~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-21 17:54:58 UTC
  • mfrom: (4948.5.7 ignore-exclusion)
  • Revision ID: pqm@pqm.ubuntu.com-20100121175458-17l0cvckbrf93eea
(John Whitley) implement ! and !! to exclude files from ignore rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
New Features
18
18
************
19
19
 
 
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)
 
26
 
20
27
* Add bug information to log output when available.
21
28
  (Neil Martinsen-Burrell, Guillermo Gonzalez, #251729)
22
29