~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-30 02:21:00 UTC
  • Revision ID: mbp@sourcefrog.net-20050530022059-398cc7aba9d8d9b1
- change inventory command to not show ids by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    * ``bzr log`` runs from most-recent to least-recent, the reverse
14
14
      of the previous order.  The previous behaviour can be obtained
15
15
      with the ``--forward`` option.
 
16
        
 
17
    * ``bzr inventory`` by default shows only filenames, and also ids
 
18
      if ``--show-ids`` is given, in which case the id is the second
 
19
      field.
16
20
 
17
21
 
18
22
  ENHANCEMENTS: