~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
 
59
55
 
60
56
    * New form ``bzr commit SELECTED`` to commit only selected files.
61
57
 
62
 
    * New form ``bzr log -r FROM:TO`` shows changes in selected
63
 
      range; contributed by John A Meinel.
64
 
 
65
58
  
66
59
  BUG FIXES:
67
60
 
68
61
    * Fixed diff format so that added and removed files will be
69
62
      handled properly by patch.  Fix from Lalo Martins.
70
63
 
71
 
    * Various fixes for files whose names contain spaces or other
72
 
      metacharacters.
73
 
 
74
64
 
75
65
  TESTING:
76
66