~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-05 03:34:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050505033434-5fff60df09cb61c6
- Per-branch locks in read and write modes.
  (Not on Windows yet.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
14
14
 
 
15
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
 
16
      either read or write mode.
 
17
 
15
18
  TESTING:
16
19
 
17
20
    * Converted black-box test suites from Bourne shell into Python;