~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-09-30 12:58:20 UTC
  • mto: This revision was merged to the branch mainline in revision 6183.
  • Revision ID: jelmer@samba.org-20110930125820-k2x13osm1sgj1rn0
If the branch doesn't support last_revision_info, don't display
the relevant information in 'bzr info -v' rather than raising a traceback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
* Fixed a bug where ``bzr tags -r x..y`` loaded the branch history once for
46
46
  every revision in the range; it's now much faster. (Vincent Ladeuil, #857335)
47
47
 
 
48
* ``bzr info -v`` can now be run against branches that don't support
 
49
  ``last_revision_info``, in which case the branch information will simply
 
50
  not be displayed. (Jelmer Vernooij)
 
51
 
48
52
Bug Fixes
49
53
*********
50
54