~bzr-pqm/bzr/bzr.dev

99 by mbp at sourcefrog
update for release 0.0.1
1
bzr-0.0.1  2005-03-26
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
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
96 by mbp at sourcefrog
with commit -v, show committed revision number
12
    * More useful verbose output from some commands.
13
93 by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v'
14
  BUG FIXES:
15
16
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
17
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
18
  PORTABILITY:
19
20
    * Include a subset of ElementTree-1.2.20040618 to make
21
      installation easier.
22
73 by mbp at sourcefrog
fix time.localtime call for python 2.3
23
    * Fix time.localtime call to work with Python 2.3 (the minimum
24
      supported).
25
26
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
27

71 by mbp at sourcefrog
Add NEWS file
28
bzr-0.0.0.69  2005-03-22
29
30
  ENHANCEMENTS:
31
32
    * First public release.
33
34
    * Storage of local versions: init, add, remove, rm, info, log,
35
      diff, status, etc.