/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-03-31 00:01:25 UTC
  • Revision ID: mbp@sourcefrog.net-20050331000125-fcee29199b8b5bb6
update test for new ignore-pattern handling

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 isn't reread for every file.
 
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
    * Ignore patterns like './config.h' now correctly match files in
 
25
      the root directory only.
 
26
bzr-0.0.1  2005-03-26
 
27
 
 
28
  ENHANCEMENTS:
 
29
 
 
30
    * More information from info command.
 
31
 
 
32
    * Can now say "bzr help COMMAND" for more detailed help.
 
33
 
 
34
    * Less file flushing and faster performance when writing logs and
 
35
      committing to stores.
 
36
 
 
37
    * More useful verbose output from some commands.
 
38
 
 
39
  BUG FIXES:
 
40
 
 
41
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
 
42
 
 
43
  PORTABILITY:
 
44
 
 
45
    * Include a subset of ElementTree-1.2.20040618 to make
 
46
      installation easier.
 
47
 
 
48
    * Fix time.localtime call to work with Python 2.3 (the minimum
 
49
      supported).
 
50
 
 
51
 
 
52
 
 
53
bzr-0.0.0.69  2005-03-22
 
54
 
 
55
  ENHANCEMENTS:
 
56
 
 
57
    * First public release.
 
58
 
 
59
    * Storage of local versions: init, add, remove, rm, info, log,
 
60
      diff, status, etc.