~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-06-05 18:04:33 UTC
  • mfrom: (3251.6.6 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080605180433-we1wgljieaz5g31l
(Adrian Wilkins) add --null to added and modified and path quoting

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
    * Added the 'alias' command to set/unset and display aliases. (Tim Penhey)
25
25
 
 
26
    * ``added``, ``modified``, and ``unknowns`` behaviour made consistent (all three
 
27
      now quote paths where required). Added ``--null`` option to ``added`` and 
 
28
      ``modified`` (for null-separated unknowns, use ``ls --unknown --null``)
 
29
      (Adrian Wilkins)
 
30
 
26
31
  BUGFIXES:
27
32
 
28
33
    * ``bzr status`` was breaking if you merged the same revision twice.
928
933
      (Alexander Belchenko)
929
934
 
930
935
  TESTING:
 
936
    
 
937
    * Added missing blackbox tests for ``modified`` (Adrian Wilkins)
931
938
 
932
939
    * The branch interface tests were invalid for branches using rich-root
933
940
      repositories because the empty string is not a valid file-id.