~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

(jameinel) Change ``bzrlib.transform.build_tree`` to pass the sha1 of newly
 created files. This avoids re-hashing content on the next 'bzr st'. Saving
 ~30s on a gcc-sized tree. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
.. Improvements to existing commands, especially improved performance 
27
27
   or memory usage, or better results.
28
28
 
 
29
* When building a new WorkingTree (such as during ``bzr co`` or
 
30
  ``bzr branch``) we now properly store the stat and hash of files that
 
31
  are old enough. This saves a fair amount of time on the first
 
32
  ``bzr status`` (on a 500MB tree, it saves about 30+s).
 
33
  (John Arbash Meinel, #740932)
 
34
 
29
35
* Resolve ``lp:FOO`` urls locally rather than doing an XMLRPC request if
30
36
  the user has done ``bzr launchpad-login``. The bzr+ssh URLs were already
31
37
  being handed off to the remote server anyway (xmlrpc has been mapping