~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-09-26 11:00:20 UTC
  • mfrom: (6167 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6169.
  • Revision ID: jelmer@samba.org-20110926110020-g86tgisgnuajlc2n
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
.. Improvements to existing commands, especially improved performance 
88
88
   or memory usage, or better results.
89
89
 
 
90
* Tweak an RPC implementation for ``Repository.get_parent_map``, it was
 
91
  doing an inefficient ``small_set.difference_update(large_set)`` when we
 
92
  can do ``small_set = small_set.difference(large_set)``. This speeds up
 
93
  discovery time by about 10%. (John Arbash Meinel)
 
94
 
90
95
Bug Fixes
91
96
*********
92
97