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