~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-05 06:51:01 UTC
  • Revision ID: mbp@sourcefrog.net-20050505065100-ccd10da9e78c2b27
- New --show-ids option for bzr log

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
16
16
      either read or write mode.
17
17
 
 
18
    * New option ``bzr log --show-ids``.
 
19
 
18
20
  TESTING:
19
21
 
20
22
    * Converted black-box test suites from Bourne shell into Python;