~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-16 07:38:10 UTC
  • Revision ID: mbp@sourcefrog.net-20050916073810-1f358be198c9ed91
- fix bug in committing files that are renamed but not modified

- add test for this

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
development head
 
2
 
 
3
  INTERNALS:
 
4
 
 
5
    * Refactor xml packing/unpacking.
 
6
 
 
7
    * Improved 'fetch' code for pulling revisions from one branch into
 
8
      another (used by pull, merged, etc.)
 
9
 
 
10
 
 
11
  CHANGES:
 
12
 
 
13
    * New tree format based on weave files, called version 5.
 
14
 
 
15
 
 
16
  API:
 
17
 
 
18
    * New method-object style interface for Commit() and Fetch().
 
19
 
 
20
    * Renamed Branch.last_patch() to Branch.last_revision(), since
 
21
      we call them revisions not patches.
 
22
  
 
23
 
 
24
 
1
25
bzr-0.0.7 2005-09-02
2
26
 
3
27
  NEW FEATURES: