~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS.developers

  • Committer: Robert Collins
  • Date: 2005-09-29 02:01:49 UTC
  • Revision ID: robertc@robertcollins.net-20050929020149-1ff16722c6a01b2c
reenable remotebranch tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
 * Renamed Branch.last_patch() to Branch.last_revision(), since
10
10
   we call them revisions not patches.
11
 
 
12
 
 * Move copy_branch to bzrlib.clone.copy_branch.  The destination
13
 
   directory is created if it doesn't exist.
14
 
 
15
 
 * Inventories now identify the files which were present by 
16
 
   giving the revision *of that file*.
17
 
 
18
 
 * Inventory and Revision XML contains a version identifier.  
19
 
   This must be consistent with the overall branch version
20
 
   but allows for more flexibility in future upgrades.