~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-07 11:51:20 UTC
  • mfrom: (6123.1.9 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6130.
  • Revision ID: jelmer@samba.org-20110907115120-ugiagn73ovvd7ylb
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