~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

'bzr ignore' now fails on bad patterns. failing patterns are displayed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
Bug Fixes
27
27
*********
28
28
 
 
29
* ``bzr ignore PATTERNS`` exits with error if a bad pattern is supplied.
 
30
  ``InvalidPattern`` exception error message now shows faulting
 
31
  regular expression.
 
32
  (Parth Malwankar #300062)
 
33
 
29
34
* Configuration files in ``${BZR_HOME}`` are now written in an atomic
30
35
  way which should help avoid problems with concurrent writers.
31
36
  (Vincent Ladeuil, #525571)