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 |
||
8 |
||
99
by mbp at sourcefrog
update for release 0.0.1 |
9 |
bzr-0.0.1 2005-03-26 |
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
10 |
|
81
by mbp at sourcefrog
show space usage for various stores in the info command |
11 |
ENHANCEMENTS: |
12 |
||
13 |
* More information from info command. |
|
14 |
||
83
by mbp at sourcefrog
Can now say "bzr help COMMAND" for more detailed help |
15 |
* Can now say "bzr help COMMAND" for more detailed help. |
16 |
||
92
by mbp at sourcefrog
more performance measurement |
17 |
* Less file flushing and faster performance when writing logs and |
18 |
committing to stores. |
|
19 |
||
96
by mbp at sourcefrog
with commit -v, show committed revision number |
20 |
* More useful verbose output from some commands. |
21 |
||
93
by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v' |
22 |
BUG FIXES: |
23 |
||
24 |
* Fix inverted display of 'R' and 'M' during 'commit -v'. |
|
25 |
||
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
26 |
PORTABILITY: |
27 |
||
28 |
* Include a subset of ElementTree-1.2.20040618 to make |
|
29 |
installation easier. |
|
30 |
||
73
by mbp at sourcefrog
fix time.localtime call for python 2.3 |
31 |
* Fix time.localtime call to work with Python 2.3 (the minimum |
32 |
supported). |
|
33 |
||
34 |
||
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
35 |
|
71
by mbp at sourcefrog
Add NEWS file |
36 |
bzr-0.0.0.69 2005-03-22 |
37 |
||
38 |
ENHANCEMENTS: |
|
39 |
||
40 |
* First public release. |
|
41 |
||
42 |
* Storage of local versions: init, add, remove, rm, info, log, |
|
43 |
diff, status, etc. |