~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-11 06:05:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050511060528-b2b35cafa4e1785d
- Interpret arguments to bzr status
- Handle giving a non-default branch to bzr status
- bzr status docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    * New option ``bzr commit --file`` to take a message from a file,
37
37
      suggested by LarstiQ.
38
38
 
39
 
    * New syntax ``bzr status [FILE...]`` contributed by Bartosz Oler.
 
39
    * New syntax ``bzr status [FILE...]`` contributed by Bartosz
 
40
      Oler.  File may be in a branch other than the working directory.
40
41
 
41
42
    * ``bzr log`` and ``bzr root`` can be given an http URL instead of
42
43
      a filename.