~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-21 08:14:07 UTC
  • mfrom: (3427.4.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080521081407-ohffv2bn288gd515
add 'ls -V' short option

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
  IMPROVEMENTS:
33
33
 
 
34
    * ``bzr ls`` now accepts ``-V`` as an alias for ``--versioned``. 
 
35
      (Jerad Cramp, #165086)
 
36
 
34
37
    * ``bzr missing`` uses the new ``Graph.find_unique_ancestors`` and
35
38
      ``Graph.find_differences`` to determine missing revisions without having
36
39
      to search the whole ancestry. (John Arbash Meinel, #174625)