~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-13 23:18:12 UTC
  • Revision ID: mbp@sourcefrog.net-20050913231812-dc1df8fb11f78a31
- rename last_patch to last_revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
    * Refactor xml packing/unpacking.
6
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
 
7
24
 
8
25
bzr-0.0.7 2005-09-02
9
26