~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-30 19:07:50 UTC
  • mfrom: (4493.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090630190750-hqkbr1be9fdl4zc9
(fullermd, jam) Add --tree to revno and revision-info

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  speified. The configuration option ``push_strict`` can be used to set the
27
27
  default for this behavior.  (Vincent Ladeuil, #284038, #322808, #65286)
28
28
 
 
29
* ``bzr revno`` and ``bzr revision-info`` now have a ``--tree`` option to
 
30
  show revision info for the working tree instead of the branch.
 
31
  (Matthew Fuller, John Arbash Meinel)
 
32
 
29
33
 
30
34
Bug Fixes
31
35
*********
135
139
  or ``bzr+ssh://`` is now much faster and involves no VFS operations.
136
140
  This speeds up commands like ``bzr pull -r 123``.  (Andrew Bennetts)
137
141
 
 
142
* ``revision-info`` now properly aligns the revnos/revids in the output
 
143
  and doesn't traceback when given revisions not in the current branch.
 
144
  Performance is also significantly improved when requesting multiple revs
 
145
  at once.  (Matthew Fuller, John Arbash Meinel)
 
146
 
138
147
Documentation
139
148
*************
140
149