bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
|
133
by mbp at sourcefrog
- new 'ignored' command |
1 |
bzr-0.0.2 "black cube" NOT RELEASED YET |
|
101
by mbp at sourcefrog
change default ignore list |
2 |
|
|
133
by mbp at sourcefrog
- new 'ignored' command |
3 |
ENHANCEMENTS: |
|
101
by mbp at sourcefrog
change default ignore list |
4 |
|
|
110
by mbp at sourcefrog
Add more patterns to default ignore list |
5 |
* Default ignore list extended (see bzrlib/__init__.py). |
|
101
by mbp at sourcefrog
change default ignore list |
6 |
|
|
102
by mbp at sourcefrog
- cache ignore list in Tree |
7 |
* Patterns in .bzrignore are now added to the default ignore list, |
8 |
rather than replacing it. |
|
9 |
||
10 |
* Ignore list is memoized after first request. |
|
11 |
||
|
110
by mbp at sourcefrog
Add more patterns to default ignore list |
12 |
* More help topics. |
13 |
||
|
118
by mbp at sourcefrog
Update news |
14 |
* Reinstate the 'bzr check' command to check invariants of the |
15 |
branch. |
|
|
133
by mbp at sourcefrog
- new 'ignored' command |
16 |
|
|
135
by mbp at sourcefrog
Simple new 'deleted' command |
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. |
|
|
101
by mbp at sourcefrog
change default ignore list |
21 |
|
|
99
by mbp at sourcefrog
update for release 0.0.1 |
22 |
bzr-0.0.1 2005-03-26 |
|
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
23 |
|
|
81
by mbp at sourcefrog
show space usage for various stores in the info command |
24 |
ENHANCEMENTS: |
25 |
||
26 |
* More information from info command. |
|
27 |
||
|
83
by mbp at sourcefrog
Can now say "bzr help COMMAND" for more detailed help |
28 |
* Can now say "bzr help COMMAND" for more detailed help. |
29 |
||
|
92
by mbp at sourcefrog
more performance measurement |
30 |
* Less file flushing and faster performance when writing logs and |
31 |
committing to stores. |
|
32 |
||
|
96
by mbp at sourcefrog
with commit -v, show committed revision number |
33 |
* More useful verbose output from some commands. |
34 |
||
|
93
by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v' |
35 |
BUG FIXES: |
36 |
||
37 |
* Fix inverted display of 'R' and 'M' during 'commit -v'. |
|
38 |
||
|
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
39 |
PORTABILITY: |
40 |
||
41 |
* Include a subset of ElementTree-1.2.20040618 to make |
|
42 |
installation easier. |
|
43 |
||
|
73
by mbp at sourcefrog
fix time.localtime call for python 2.3 |
44 |
* Fix time.localtime call to work with Python 2.3 (the minimum |
45 |
supported). |
|
46 |
||
47 |
||
|
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
48 |
|
|
71
by mbp at sourcefrog
Add NEWS file |
49 |
bzr-0.0.0.69 2005-03-22 |
50 |
||
51 |
ENHANCEMENTS: |
|
52 |
||
53 |
* First public release. |
|
54 |
||
55 |
* Storage of local versions: init, add, remove, rm, info, log, |
|
56 |
diff, status, etc. |