~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-11 05:55:27 UTC
  • Revision ID: mbp@sourcefrog.net-20050511055527-d960f4d6989fc47c
- Move show_status() out of Branch into a new function in 
  bzrlib.status
- New option --show-ids for status command
- Refactor TreeDelta.show()
  and add optional support for showing unmodified files
- Changed output format for status command

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * ``bzr`` with no command now shows help rather than giving an
6
6
      error.  Suggested by Michael Ellerman.
7
7
 
 
8
    * ``bzr status`` output format changed, because svn-style output
 
9
      doesn't really match the model of bzr.  Now files are grouped by
 
10
      status and can be shown with their IDs.  ``bzr status --all``
 
11
      shows all versioned files and unknown files but not ignored files.
 
12
 
8
13
 
9
14
  ENHANCEMENTS:
10
15