~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-03-29 08:01:30 UTC
  • Revision ID: mbp@sourcefrog.net-20050329080130-89b78af279b196b3
match ignore patterns like ./config.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    * Patterns in .bzrignore are now added to the default ignore list,
8
8
      rather than replacing it.
9
9
 
10
 
    * Ignore list is memoized after first request.
 
10
    * Ignore list isn't reread for every file.
11
11
 
12
12
    * More help topics.
13
13
 
20
20
    * Performance improvements.
21
21
 
22
22
    * New global --profile option.
23
 
    
 
23
    
 
24
    * Ignore patterns like './config.h' now correctly match files in
 
25
      the root directory only.
24
26
bzr-0.0.1  2005-03-26
25
27
 
26
28
  ENHANCEMENTS: