~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-05 08:26:20 UTC
  • Revision ID: mbp@sourcefrog.net-20050505082620-3c5b7d3a87e909d7
- New usage bzr log FILENAME

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
    * New option ``bzr log --show-ids``.
19
19
 
 
20
    * New usage ``bzr log FILENAME`` shows only revisions that
 
21
      affected that file.
 
22
 
20
23
  TESTING:
21
24
 
22
25
    * Converted black-box test suites from Bourne shell into Python;