~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-06-01 07:45:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050601074528-54509f4b1d505f55
- ignore .git files as well

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    * Nicer error message for broken pipe, interrupt and similar
30
30
      conditions that don't indicate an internal error.
31
31
 
32
 
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
 
32
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
33
33
 
34
34
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
35
35
      either read or write mode.