bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
|
184
by mbp at sourcefrog
pychecker fixups |
1 |
bzr-0.0.4 NOT RELEASED YET |
2 |
||
|
196
by mbp at sourcefrog
selected-file diff |
3 |
ENHANCEMENTS: |
|
184
by mbp at sourcefrog
pychecker fixups |
4 |
|
|
244
by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote |
5 |
* 'bzr diff' optionally takes a list of files to diff. Still a bit |
|
196
by mbp at sourcefrog
selected-file diff |
6 |
basic. Patch from QuantumG. |
|
184
by mbp at sourcefrog
pychecker fixups |
7 |
|
|
242
by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows |
8 |
* More default ignore patterns. |
9 |
||
|
244
by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote |
10 |
* New 'bzr log --verbose' shows a list of files changed in the |
11 |
changeset. Patch from Sebastian Cote. |
|
12 |
||
|
235
by mbp at sourcefrog
update NEWS |
13 |
|
14 |
BUG FIXES: |
|
15 |
||
16 |
* Make commit safe for hardlinked bzr trees. |
|
17 |
||
18 |
||
|
232
by mbp at sourcefrog
Allow docstrings for help to be in PEP0257 format. |
19 |
INTERNAL: |
20 |
||
21 |
* Allow docstrings for help to be in PEP0257 format. Patch from |
|
22 |
Matt Brubeck. |
|
23 |
||
|
235
by mbp at sourcefrog
update NEWS |
24 |
* More tests in test.sh. |
25 |
||
|
239
by mbp at sourcefrog
- remove profiler temporary file when done |
26 |
* Write profile data to a temporary file not into working |
27 |
directory and delete it when done. |
|
|
238
by mbp at sourcefrog
- Don't put profiling temp file in current directory |
28 |
|
|
184
by mbp at sourcefrog
pychecker fixups |
29 |
|
|
242
by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows |
30 |
PORTABILITY: |
31 |
||
32 |
* Fix opening of ~/.bzr.log on Windows. Patch from Andrew Bennetts. |
|
33 |
||
34 |
||
|
181
by mbp at sourcefrog
prepare for 0.0.3 release |
35 |
bzr-0.0.3 2005-04-06 |
|
155
by mbp at sourcefrog
add new explicit RootEntry to inventory (in-core only) |
36 |
|
|
156
by mbp at sourcefrog
new "directories" command |
37 |
ENHANCEMENTS: |
38 |
||
39 |
* New "directories" internal command lists versioned directories |
|
40 |
in the tree. |
|
41 |
||
|
159
by mbp at sourcefrog
bzr commit --help now works |
42 |
* Can now say "bzr commit --help". |
43 |
||
|
174
by mbp at sourcefrog
- New 'move' command; now separated out from rename |
44 |
* New "rename" command to rename one file to a different name |
45 |
and/or directory. |
|
46 |
||
47 |
* New "move" command to move one or more files into a different |
|
48 |
directory. |
|
|
168
by mbp at sourcefrog
new "rename" command |
49 |
|
|
164
by mbp at sourcefrog
new 'renames' command |
50 |
* New "renames" command lists files renamed since base revision. |
51 |
||
|
176
by mbp at sourcefrog
New cat command contributed by janmar. |
52 |
* New cat command contributed by janmar. |
53 |
||
|
165
by mbp at sourcefrog
- put .bzr.log in /home/mbp |
54 |
CHANGES: |
55 |
||
|
166
by mbp at sourcefrog
- Write .bzr.log in utf8 |
56 |
* .bzr.log is placed in $HOME (not pwd) and is always written in |
57 |
UTF-8. (Probably not a completely good long-term solution, but |
|
58 |
will do for now.) |
|
|
165
by mbp at sourcefrog
- put .bzr.log in /home/mbp |
59 |
|
|
162
by mbp at sourcefrog
workaround for python2.3 difflib bug |
60 |
PORTABILITY: |
61 |
||
62 |
* Workaround for difflib bug in Python 2.3 that causes an |
|
63 |
exception when comparing empty files. Reported by Erik Toubro |
|
64 |
Nielsen. |
|
|
163
by mbp at sourcefrog
merge win32 portability fixes |
65 |
|
|
165
by mbp at sourcefrog
- put .bzr.log in /home/mbp |
66 |
INTERNAL: |
67 |
||
68 |
* Refactored inventory storage to insert a root entry at the top. |
|
69 |
||
|
180
by mbp at sourcefrog
- mv command is gone, but renames seem to be working |
70 |
TESTING: |
71 |
||
|
169
by mbp at sourcefrog
Start of shell-based black-box testing in test.sh |
72 |
* Start of shell-based black-box testing in test.sh. |
73 |
||
|
163
by mbp at sourcefrog
merge win32 portability fixes |
74 |
|
75 |
bzr-0.0.2.1 |
|
76 |
||
77 |
PORTABILITY: |
|
78 |
||
79 |
* Win32 fixes from Steve Brown. |
|
80 |
||
81 |
||
|
181
by mbp at sourcefrog
prepare for 0.0.3 release |
82 |
bzr-0.0.2 "black cube" 2005-03-31 |
|
101
by mbp at sourcefrog
change default ignore list |
83 |
|
|
133
by mbp at sourcefrog
- new 'ignored' command |
84 |
ENHANCEMENTS: |
|
101
by mbp at sourcefrog
change default ignore list |
85 |
|
|
110
by mbp at sourcefrog
Add more patterns to default ignore list |
86 |
* Default ignore list extended (see bzrlib/__init__.py). |
|
101
by mbp at sourcefrog
change default ignore list |
87 |
|
|
102
by mbp at sourcefrog
- cache ignore list in Tree |
88 |
* Patterns in .bzrignore are now added to the default ignore list, |
89 |
rather than replacing it. |
|
90 |
||
|
146
by mbp at sourcefrog
match ignore patterns like ./config.h |
91 |
* Ignore list isn't reread for every file. |
|
102
by mbp at sourcefrog
- cache ignore list in Tree |
92 |
|
|
110
by mbp at sourcefrog
Add more patterns to default ignore list |
93 |
* More help topics.
|
94 |
||
|
118
by mbp at sourcefrog
Update news |
95 |
* Reinstate the 'bzr check' command to check invariants of the |
96 |
branch. |
|
|
133
by mbp at sourcefrog
- new 'ignored' command |
97 |
|
|
135
by mbp at sourcefrog
Simple new 'deleted' command |
98 |
* New 'ignored' command lists which files are ignored and why; |
99 |
'deleted' lists files deleted in the current working tree. |
|
100 |
||
101 |
* Performance improvements. |
|
|
137
by mbp at sourcefrog
new --profile option |
102 |
|
103 |
* New global --profile option. |
|
|
146
by mbp at sourcefrog
match ignore patterns like ./config.h |
104 |
|
105 |
* Ignore patterns like './config.h' now correctly match files in |
|
|
163
by mbp at sourcefrog
merge win32 portability fixes |
106 |
the root directory only. |
107 |
||
108 |
||
|
99
by mbp at sourcefrog
update for release 0.0.1 |
109 |
bzr-0.0.1 2005-03-26 |
|
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
110 |
|
|
81
by mbp at sourcefrog
show space usage for various stores in the info command |
111 |
ENHANCEMENTS: |
112 |
||
113 |
* More information from info command. |
|
114 |
||
|
83
by mbp at sourcefrog
Can now say "bzr help COMMAND" for more detailed help |
115 |
* Can now say "bzr help COMMAND" for more detailed help. |
116 |
||
|
92
by mbp at sourcefrog
more performance measurement |
117 |
* Less file flushing and faster performance when writing logs and |
118 |
committing to stores. |
|
119 |
||
|
96
by mbp at sourcefrog
with commit -v, show committed revision number |
120 |
* More useful verbose output from some commands. |
121 |
||
|
93
by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v' |
122 |
BUG FIXES: |
123 |
||
124 |
* Fix inverted display of 'R' and 'M' during 'commit -v'. |
|
125 |
||
|
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
126 |
PORTABILITY: |
127 |
||
128 |
* Include a subset of ElementTree-1.2.20040618 to make |
|
129 |
installation easier. |
|
130 |
||
|
73
by mbp at sourcefrog
fix time.localtime call for python 2.3 |
131 |
* Fix time.localtime call to work with Python 2.3 (the minimum |
132 |
supported). |
|
133 |
||
134 |
||
|
71
by mbp at sourcefrog
Add NEWS file |
135 |
bzr-0.0.0.69 2005-03-22 |
136 |
||
137 |
ENHANCEMENTS: |
|
138 |
||
139 |
* First public release. |
|
140 |
||
141 |
* Storage of local versions: init, add, remove, rm, info, log, |
|
142 |
diff, status, etc. |