~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-17 06:56:16 UTC
  • Revision ID: mbp@sourcefrog.net-20050517065616-6f23381d6184a8aa
- add space for un-merged patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
      status and can be shown with their IDs.  ``bzr status --all``
11
11
      shows all versioned files and unknown files but not ignored files.
12
12
 
13
 
    * ``bzr log`` runs from most-recent to least-recent, the reverse
14
 
      of the previous order.  The previous behaviour can be obtained
15
 
      with the ``--forward`` option.
16
 
 
17
13
 
18
14
  ENHANCEMENTS:
19
15
 
65
61
    * Fixed diff format so that added and removed files will be
66
62
      handled properly by patch.  Fix from Lalo Martins.
67
63
 
68
 
    * Various fixes for files whose names contain spaces or other
69
 
      metacharacters.
70
 
 
71
64
 
72
65
  TESTING:
73
66