~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-09-26 09:53:43 UTC
  • mfrom: (6015.33.5 2.4)
  • mto: This revision was merged to the branch mainline in revision 6167.
  • Revision ID: v.ladeuil+lp@free.fr-20110926095343-1orcnerhzd2f4y6p
Merge 2.4 into trunk

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
 
* Stop reloading all ancestry for each tag when searching tags in a revision
30
 
  range. (Vincent Ladeuil, #857335)
 
29
* Fixed a bug where ``bzr tags -r x..y`` loaded the branch history once for
 
30
  every revision in the range; it's now much faster. (Vincent Ladeuil, #857335)
31
31
 
32
32
Bug Fixes
33
33
*********