~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Make "bzr info -v" not display any branch statistics if the branch
 doesn't support last_revision_info,
 rather than crashing with a traceback. (Jelmer Vernooij)

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