~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-03-24 00:13:07 UTC
  • Revision ID: mbp@sourcefrog.net-20050324001307-90a30f7939a6a6f6
- split info command out into separate file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr-0.0.2  "black cube"  NOT RELEASED YET
2
 
 
3
 
  ENHANCEMENTS:
4
 
 
5
 
    * Default ignore list extended (see bzrlib/__init__.py).
6
 
 
7
 
    * Patterns in .bzrignore are now added to the default ignore list,
8
 
      rather than replacing it.
9
 
 
10
 
    * Ignore list is memoized after first request.
11
 
 
12
 
    * More help topics.
13
 
 
14
 
    * Reinstate the 'bzr check' command to check invariants of the
15
 
      branch.
16
 
 
17
 
    * New 'ignored' command lists which files are ignored and why;
18
 
      'deleted' lists files deleted in the current working tree.
19
 
 
20
 
    * Performance improvements.
21
 
 
22
 
    * New global --profile option.
23
 
    
24
 
bzr-0.0.1  2005-03-26
25
 
 
26
 
  ENHANCEMENTS:
27
 
 
28
 
    * More information from info command.
29
 
 
30
 
    * Can now say "bzr help COMMAND" for more detailed help.
31
 
 
32
 
    * Less file flushing and faster performance when writing logs and
33
 
      committing to stores.
34
 
 
35
 
    * More useful verbose output from some commands.
36
 
 
37
 
  BUG FIXES:
38
 
 
39
 
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
 
1
bzr-0.0.1  NOT RELEASED YET
40
2
 
41
3
  PORTABILITY:
42
4