~jameinel/bzr/ignore-exception

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Whitley
  • Date: 2010-01-11 16:44:02 UTC
  • Revision ID: whitley@bangpath.org-20100111164402-9luag9p9ahpy4kmz
Terminology change: exclusion => exception.
Tweaked presentation of new logic in ExceptionGlobster

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
New Features
18
18
************
19
19
 
20
 
* Exclusions are now supported for ignore patterns.  An exclusion is an
21
 
  ignore pattern prefixed with a an exclamation point '!'.  Exclusion
22
 
  patterns take precedence over other ignore patterns, and prevent
23
 
  matched files from being ignored (John Whitley, #428031)
 
20
* New ignore patterns.  Patterns prefixed with '!' are exceptions to 
 
21
  ignore patterns and take precedence over regular ignores.  Such 
 
22
  exceptions are used to specify files that should be versioned which 
 
23
  would otherwise be ignored.  Patterns prefixed with '!!' act as regular 
 
24
  ignore patterns, but have highest precedence, even over the '!' 
 
25
  exception patterns. (John Whitley, #428031)
24
26
 
25
27
* Add bug information to log output when available.
26
28
  (Neil Martinsen-Burrell, Guillermo Gonzalez, #251729)