~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 #765881,
 we don't need to save the dirstate file for trivial changes. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
* ``bzr serve`` no longer crashes when a server_started hook is installed and
305
305
  IPv6 support is available on the system. (Jelmer Vernooij, #293697)
306
306
 
 
307
* ``bzr status`` will not rewrite the dirstate file if it only has
 
308
  'trivial' changes. (Currently limited to dir updates and newly-added
 
309
  files changing state.) This saves a bit of time for regular operations.
 
310
  eg. ``bzr status`` in a 100k tree takes 1.4s to compute the status, but 1s
 
311
  to re-save the dirstate file. (John Arbash Meinel, #765881)
 
312
 
307
313
* ``bzr tags`` will no longer choke on branches with ghost revisions in
308
314
  their mainline and tags on revisions not in the branch ancestry. 
309
315
  (Jelmer Vernooij, #397556)