~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-25 03:27:02 UTC
  • Revision ID: mbp@sourcefrog.net-20050525032702-395f038adb33c235
- clean up statcache code
- stat files in order by inum
- report on added/deleted files

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
 
13
17
 
14
18
  ENHANCEMENTS:
15
19
 
61
65
    * Fixed diff format so that added and removed files will be
62
66
      handled properly by patch.  Fix from Lalo Martins.
63
67
 
 
68
    * Various fixes for files whose names contain spaces or other
 
69
      metacharacters.
 
70
 
64
71
 
65
72
  TESTING:
66
73