~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-04-21 20:32:16 UTC
  • mfrom: (5809.1.2 pwit1)
  • mto: This revision was merged to the branch mainline in revision 5821.
  • Revision ID: jelmer@samba.org-20110421203216-r04j4x5vugrup6u9
Merge per-wt-inventory-tests-pt1.

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)
352
358
  (``bzrlib.branch.format_registry``) rather than using the class
353
359
  methods on ``BranchFormat``. (Jelmer Vernooij, #714729)
354
360
 
 
361
* ``Branch.set_revision_history`` is now deprecated.
 
362
  (Jelmer Vernooij)
 
363
 
355
364
* ``BranchFormat.supports_leaving_lock()`` and
356
365
  ``RepositoryFormat.supports_leaving_lock`` flags have been added.
357
366
  (Jelmer Vernooij)