~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-05 09:11:03 UTC
  • Revision ID: mbp@sourcefrog.net-20050905091103-1e51e146be0f08b4
- add test for deserialization from a canned XML inventory

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
 
 
24
7
 
25
8
bzr-0.0.7 2005-09-02
26
9