~bzr-pqm/bzr/bzr.dev

101 by mbp at sourcefrog
change default ignore list
1
bzr-0.0.2  NOT RELEASED YET
2
3
  CHANGES:
4
5
    * Default ignore list changed to .bzr.log, *~, #*#, *.tmp, *.bak,
6
      *.o, *.a, *.py[oc], {arch}, CVS, .svn, _darcs.
7
102 by mbp at sourcefrog
- cache ignore list in Tree
8
    * Patterns in .bzrignore are now added to the default ignore list,
9
      rather than replacing it.
10
11
  ENHANCEMENTS:
12
13
    * Ignore list is memoized after first request.
14
101 by mbp at sourcefrog
change default ignore list
15

99 by mbp at sourcefrog
update for release 0.0.1
16
bzr-0.0.1  2005-03-26
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
17
81 by mbp at sourcefrog
show space usage for various stores in the info command
18
  ENHANCEMENTS:
19
20
    * More information from info command.
21
83 by mbp at sourcefrog
Can now say "bzr help COMMAND" for more detailed help
22
    * Can now say "bzr help COMMAND" for more detailed help.
23
92 by mbp at sourcefrog
more performance measurement
24
    * Less file flushing and faster performance when writing logs and
25
      committing to stores.
26
96 by mbp at sourcefrog
with commit -v, show committed revision number
27
    * More useful verbose output from some commands.
28
93 by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v'
29
  BUG FIXES:
30
31
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
32
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
33
  PORTABILITY:
34
35
    * Include a subset of ElementTree-1.2.20040618 to make
36
      installation easier.
37
73 by mbp at sourcefrog
fix time.localtime call for python 2.3
38
    * Fix time.localtime call to work with Python 2.3 (the minimum
39
      supported).
40
41
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
42

71 by mbp at sourcefrog
Add NEWS file
43
bzr-0.0.0.69  2005-03-22
44
45
  ENHANCEMENTS:
46
47
    * First public release.
48
49
    * Storage of local versions: init, add, remove, rm, info, log,
50
      diff, status, etc.