~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-10-23 22:14:32 UTC
  • mto: (2592.6.3 repository)
  • mto: This revision was merged to the branch mainline in revision 2967.
  • Revision ID: robertc@robertcollins.net-20071023221432-j8zndh1oiegql3cu
* Commit updates the state of the working tree via a delta rather than
  supplying entirely new basis trees. For commit of a single specified file
  this reduces the wall clock time for commit by roughly a 30%.
  (Robert Collins, Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
     changed to determine if the tree is unchanged rather than recalculating
53
53
     it at the end of the commit process. (Robert Collins)
54
54
 
 
55
   * Commit updates the state of the working tree via a delta rather than
 
56
     supplying entirely new basis trees. For commit of a single specified file
 
57
     this reduces the wall clock time for commit by roughly a 30%.
 
58
     (Robert Collins, Martin Pool)
 
59
 
55
60
   * Inventory serialisation no longer double-sha's the content.
56
61
     (Robert Collins)
57
62