~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Lift Branch.set_stacked_on_url up from BzrBranch7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
Internals
223
223
*********
224
224
 
 
225
* ``Branch`` now implements ``set_stacked_on_url`` in the base class as
 
226
  the implementation is generic and should impact foreign formats. This
 
227
  helps performance for ``RemoteBranch`` push operations to new stacked
 
228
  branches. (Robert Collins, Andrew Bennetts)
 
229
 
225
230
* ``BtreeIndex._spill_mem_keys_to_disk()`` now generates disk index with
226
231
  optmizations turned off. This only has effect when processing > 100,000
227
232
  keys during something like ``bzr pack``. (John Arbash Meinel)