~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jameinel) (bug #780544) when updating the WT,
 allow it to be done with a fast delta,
 rather than setting the state from scratch. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  option "``bzr.workingtree.worth_saving_limit``".
66
66
  (Ian Clatworthy, John Arbash Meinel, #380202)
67
67
 
 
68
* Speed up ``bzr uncommit``. Instead of resetting the dirstate from
 
69
  scratch, use ``update_basis_by_delta``, computing the delta from the
 
70
  repository. (John Arbash Meinel, #780544)
 
71
 
68
72
Bug Fixes
69
73
*********
70
74