~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-06-03 21:51:01 UTC
  • mto: (2502.1.10 fast-checkout)
  • mto: This revision was merged to the branch mainline in revision 2507.
  • Revision ID: aaron.bentley@utoronto.ca-20070603215101-oljwf5m6fen1s6q1
Add NEWS entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    * Revert does not try to preserve file contents that were originally
25
25
      produced by reverting to a historical revision.  (Aaron Bentley)
26
26
 
 
27
    * TreeTransform avoids many renames when contructing large trees, improving
 
28
      speed.  3.25x speedups have been observed for construction of
 
29
      kernel-sized-trees, and lightweight checkouts are 1.28x faster.
 
30
      (Aaron Bentley)
 
31
 
27
32
  BUGFIXES:
28
33
 
29
34
    * ``bzr push`` should only connect to the remote location one time.