~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-09 03:11:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050509031121-9378b17cb31eaa7f
- bzr status now optionally takes filenames to check

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    * New option ``bzr commit --file`` to take a message from a file,
26
26
      suggested by LarstiQ.
27
27
 
 
28
    * New syntax ``bzr status [FILE...]`` contributed by Bartosz Oler.
 
29
 
 
30
 
28
31
  TESTING:
29
32
 
30
33
    * Converted black-box test suites from Bourne shell into Python;