~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jameinel) Fix bug #781168,
 and allow WT.update_basis_by_delta to not require the delta makes the basis
 match the current state. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
  reporting subdirectories that were tree references (in formats that
84
84
  supported them). (John Arbash Meinel, #764677)
85
85
 
 
86
* ``WT.update_basis_by_delta`` no longer requires that the deltas match
 
87
  the current WT state. This allows ``update_basis_by_delta`` to be used
 
88
  by more commands than just commit. Updating with a delta allows us to
 
89
  not load the whole inventory, which can take 10+s with large trees.
 
90
  (Jonathan Riddell, John Arbash Meinel, #781168)
 
91
 
86
92
 
87
93
Documentation
88
94
*************