/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
1
bzr-0.0.1  NOT RELEASED YET
2
81 by mbp at sourcefrog
show space usage for various stores in the info command
3
  ENHANCEMENTS:
4
5
    * More information from info command.
6
83 by mbp at sourcefrog
Can now say "bzr help COMMAND" for more detailed help
7
    * Can now say "bzr help COMMAND" for more detailed help.
8
92 by mbp at sourcefrog
more performance measurement
9
    * Less file flushing and faster performance when writing logs and
10
      committing to stores.
11
93 by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v'
12
  BUG FIXES:
13
14
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
15
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
16
  PORTABILITY:
17
18
    * Include a subset of ElementTree-1.2.20040618 to make
19
      installation easier.
20
73 by mbp at sourcefrog
fix time.localtime call for python 2.3
21
    * Fix time.localtime call to work with Python 2.3 (the minimum
22
      supported).
23
24
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
25

71 by mbp at sourcefrog
Add NEWS file
26
bzr-0.0.0.69  2005-03-22
27
28
  ENHANCEMENTS:
29
30
    * First public release.
31
32
    * Storage of local versions: init, add, remove, rm, info, log,
33
      diff, status, etc.