1185.1.45
by Robert Collins
Apply Harald Meland's fix to lock with lockf for NFS compatability |
1 |
DEVELOPMENT HEAD |
2 |
||
1398
by Robert Collins
integrate in Gustavos x-bit patch |
3 |
|
1185.1.45
by Robert Collins
Apply Harald Meland's fix to lock with lockf for NFS compatability |
4 |
BUG FIXES: |
5 |
||
6 |
* bzr-man.py has been updated to work again. Contributed by |
|
7 |
Rob Weir. |
|
8 |
||
9 |
* Locking is now done with fcntl.lockf which works with NFS |
|
10 |
file systems. Contributed by Harald Meland. |
|
11 |
||
1398
by Robert Collins
integrate in Gustavos x-bit patch |
12 |
|
1185.1.45
by Robert Collins
Apply Harald Meland's fix to lock with lockf for NFS compatability |
13 |
IMPROVEMENTS: |
14 |
||
1185.1.46
by Robert Collins
Aarons branch --basis patch |
15 |
* 'branch' now accepts a --basis parameter which will take advantage |
16 |
of local history when making a new branch. This allows faster |
|
17 |
branching of remote branches. Contributed by Aaron Bentley. |
|
18 |
||
1391
by Robert Collins
merge from integration |
19 |
* New tree format based on weave files, called version 5. |
20 |
Existing branches can be upgraded to this format using |
|
21 |
'bzr upgrade'. |
|
22 |
||
1398
by Robert Collins
integrate in Gustavos x-bit patch |
23 |
* Symlinks are now versionable. Initial patch by |
24 |
Erik Toubro Nielsen, updated to head by Robert Collins. |
|
25 |
||
26 |
* Executable bits are tracked on files. Patch from Gustavo |
|
27 |
Niemeyer. |
|
28 |
||
1393.1.29
by Martin Pool
- note improvement to status command in NEWS |
29 |
* 'bzr status' now shows unknown files inside a selected directory. |
30 |
Patch from Heikki Paajanen. |
|
1398
by Robert Collins
integrate in Gustavos x-bit patch |
31 |
|
1400
by Robert Collins
merge from mpool |
32 |
|
1185.1.45
by Robert Collins
Apply Harald Meland's fix to lock with lockf for NFS compatability |
33 |
INTERNALS: |
34 |
||
1393.1.6
by Martin Pool
- fold testsweet into bzrlib.selftest |
35 |
* Test case failures have the exception printed after the log |
36 |
for your viewing pleasure. |
|
37 |
||
1400
by Robert Collins
merge from mpool |
38 |
* InventoryEntry is now an abstract base class, use one of the |
39 |
concrete InventoryDirectory etc classes instead. |
|
40 |
||
1393.1.6
by Martin Pool
- fold testsweet into bzrlib.selftest |
41 |
|
42 |
TESTING: |
|
43 |
||
44 |
* Removed testsweet module so that tests can be run after |
|
45 |
bzr installed by 'bzr selftest'. |
|
1391
by Robert Collins
merge from integration |
46 |
|
1185.1.45
by Robert Collins
Apply Harald Meland's fix to lock with lockf for NFS compatability |
47 |
|
1185.9.1
by Martin Pool
- prepare for 0.0.9 release |
48 |
bzr 0.0.9 2005-09-23 |
49 |
||
50 |
BUG FIXES: |
|
51 |
||
52 |
* Fixed "branch -r" option. |
|
53 |
||
54 |
* Fix remote access to branches containing non-compressed history. |
|
55 |
(Robert Collins). |
|
56 |
||
57 |
* Better reliability of http server tests. (John Arbash-Meinel) |
|
58 |
||
59 |
* Merge graph maximum distance calculation fix. (Aaron Bentley) |
|
60 |
||
1185.1.45
by Robert Collins
Apply Harald Meland's fix to lock with lockf for NFS compatability |
61 |
* Various minor bug in windows support have been fixed, largely in the |
62 |
test suite. Contributed by Alexander Belchenko. |
|
63 |
||
1185.1.35
by Robert Collins
Heikki Paajanen's status -r patch |
64 |
IMPROVEMENTS: |
65 |
||
1391
by Robert Collins
merge from integration |
66 |
* Status now accepts a -r argument to give status between chosen |
1185.1.35
by Robert Collins
Heikki Paajanen's status -r patch |
67 |
revisions. Contributed by Heikki Paajanen. |
68 |
||
1185.1.39
by Robert Collins
Robey Pointers before: namespace to clear up usage of dates in revision parameters |
69 |
* Revision arguments no longer use +/-/= to control ranges, instead |
70 |
there is a 'before' namespace, which limits the successive namespace. |
|
71 |
For example '$ bzr log -r date:yesterday..before:date:today' will |
|
72 |
select everything from yesterday and before today. Contributed by |
|
73 |
Robey Pointer |
|
74 |
||
1185.1.40
by Robert Collins
Merge what applied of Alexander Belchenko's win32 patch. |
75 |
* There is now a bzr.bat file created by distutils when building on |
76 |
Windows. Contributed by Alexander Belchenko. |
|
1388
by Martin Pool
- update NEWS files |
77 |
|
1185.1.41
by Robert Collins
massive patch from Alexander Belchenko - many PEP8 fixes, removes unused function uuid |
78 |
INTERNALS: |
79 |
||
1390
by Robert Collins
pair programming worx... merge integration and weave |
80 |
* Removed uuid() as it was unused. |
1181
by Martin Pool
- add test for deserialization from a canned XML inventory |
81 |
|
1241
by Martin Pool
- rename last_patch to last_revision |
82 |
* Improved 'fetch' code for pulling revisions from one branch into |
83 |
another (used by pull, merged, etc.) |
|
84 |
||
85 |
||
1185.7.3
by Martin Pool
- prepare for 0.0.8 release |
86 |
bzr 0.0.8 2005-09-20 |
1181
by Martin Pool
- add test for deserialization from a canned XML inventory |
87 |
|
1185.3.3
by Martin Pool
- patch from mpe to automatically add parent directories |
88 |
IMPROVEMENTS: |
89 |
||
90 |
* Adding a file whose parent directory is not versioned will |
|
91 |
implicitly add the parent, and so on up to the root. This means |
|
92 |
you should never need to explictly add a directory, they'll just |
|
93 |
get added when you add a file in the directory. Contributed by
|
|
94 |
Michael Ellerman.
|
|
95 |
||
1185.11.5
by John Arbash Meinel
Merged up-to-date against mainline, still broken. |
96 |
* Ignore .DS_Store (contains Mac metadata) by default. Patch from
|
97 |
Nir Soffer.
|
|
98 |
||
1185.1.30
by Robert Collins
Accept and tweak David Clymers BZREDITOR support patch |
99 |
* If you set BZR_EDITOR in the environment, it is checked in
|
100 |
preference to EDITOR and the config file for the interactive commit
|
|
101 |
editing program. Related to this is a bugfix where a missing program
|
|
102 |
set in EDITOR would cause editing to fail, now the fallback program
|
|
103 |
for the operating system is still tried.
|
|
104 |
||
1185.1.32
by Robert Collins
Merge John Meinels patch to support trees with fifo/socket/block files present in the tree |
105 |
* Files that are not directories/symlinks/regular files will no longer
|
106 |
cause bzr to fail, it will just ignore them by default. You cannot add
|
|
107 |
them to the tree though - they are not versionable.
|
|
108 |
||
1185.3.3
by Martin Pool
- patch from mpe to automatically add parent directories |
109 |
|
1181
by Martin Pool
- add test for deserialization from a canned XML inventory |
110 |
INTERNALS:
|
111 |
||
112 |
* Refactor xml packing/unpacking.
|
|
113 |
||
1185.1.4
by Martin Pool
- fix _find_remote_branch to avoid strange error for nonexistent branch |
114 |
BUG FIXES:
|
115 |
||
116 |
* Fixed 'bzr mv' by Ollie Rutherfurd. |
|
117 |
||
118 |
* Fixed strange error when trying to access a nonexistent http
|
|
119 |
branch.
|
|
120 |
||
1185.3.6
by Martin Pool
- if statcache can't be read, consider that it needs to be rewritten |
121 |
* Make sure that the hashcache gets written out if it can't be |
122 |
read. |
|
123 |
||
1185.1.4
by Martin Pool
- fix _find_remote_branch to avoid strange error for nonexistent branch |
124 |
|
125 |
PORTABILITY: |
|
126 |
||
127 |
* Various Windows fixes from Ollie Rutherfurd. |
|
128 |
||
1185.7.1
by Martin Pool
- Quieten warnings about locking; patch from Matt Lavin. |
129 |
* Quieten warnings about locking; patch from Matt Lavin. |
1241
by Martin Pool
- rename last_patch to last_revision |
130 |
|
1181
by Martin Pool
- add test for deserialization from a canned XML inventory |
131 |
|
1175
by Martin Pool
- make 0.0.7 release |
132 |
bzr-0.0.7 2005-09-02 |
1091
by Martin Pool
- new shell-complete command to help zsh completion |
133 |
|
134 |
NEW FEATURES: |
|
135 |
||
136 |
* ``bzr shell-complete`` command contributed by Clint Adams to |
|
137 |
help with intelligent shell completion. |
|
138 |
||
1105
by Martin Pool
- expose 'find-merge-base' as a new expert command, |
139 |
* New expert command ``bzr find-merge-base`` for debugging merges. |
140 |
||
1091
by Martin Pool
- new shell-complete command to help zsh completion |
141 |
|
1145
by Martin Pool
- additional fix for bzr plugins |
142 |
ENHANCEMENTS: |
143 |
||
144 |
* Much better merge support. |
|
145 |
||
1148
by Martin Pool
- change conflict markers to suit smerge, etc |
146 |
* merge3 conflicts are now reported with markers like '<<<<<<<' |
147 |
(seven characters) which is the same as CVS and pleases things |
|
148 |
like emacs smerge. |
|
149 |
||
1145
by Martin Pool
- additional fix for bzr plugins |
150 |
|
1092
by Martin Pool
- fix bug where bzr upgrade aborts when trying to fix trees that mention revisions |
151 |
BUG FIXES: |
152 |
||
153 |
* ``bzr upgrade`` no longer fails when trying to fix trees that |
|
154 |
mention revisions that are not present. |
|
155 |
||
1145
by Martin Pool
- additional fix for bzr plugins |
156 |
* Fixed bugs in listing plugins from ``bzr plugins``. |
157 |
||
1168
by Martin Pool
- work properly when $EDITOR contains multiple words |
158 |
* Fix case of $EDITOR containing options for the editor. |
159 |
||
1174
by Martin Pool
- fix off-by-one in 'bzr log -r' |
160 |
* Fix log -r refusing to show the last revision. |
161 |
(Patch from Goffredo Baroncelli.) |
|
162 |
||
1092
by Martin Pool
- fix bug where bzr upgrade aborts when trying to fix trees that mention revisions |
163 |
|
1138
by Martin Pool
- bzr log --show-ids includes parent ids |
164 |
CHANGES: |
165 |
||
166 |
* ``bzr log --show-ids`` shows the revision ids of all parents. |
|
167 |
||
1174
by Martin Pool
- fix off-by-one in 'bzr log -r' |
168 |
* Externally provided commands on your $BZRPATH no longer need |
169 |
to recognize --bzr-usage to work properly, and can just handle |
|
170 |
--help themselves.
|
|
171 |
||
1138
by Martin Pool
- bzr log --show-ids includes parent ids |
172 |
|
1097
by Martin Pool
- send trace messages out through python logging module |
173 |
LIBRARY: |
174 |
||
175 |
* Changed trace messages to go through the standard logging |
|
176 |
framework, so that they can more easily be redirected by |
|
177 |
libraries. |
|
178 |
||
179 |
||
180 |
||
1086
by Martin Pool
prepare 0.0.6 release |
181 |
bzr-0.0.6 2005-08-18 |
703
by Martin Pool
- split out a new 'bzr upgrade' command separate from |
182 |
|
741
by Martin Pool
- default plugin dir is ~/.bzr.conf/plugins |
183 |
NEW FEATURES: |
184 |
||
185 |
* Python plugins, automatically loaded from the directories on |
|
186 |
BZR_PLUGIN_PATH or ~/.bzr.conf/plugins by default. |
|
187 |
||
742
by Martin Pool
- new mkdir command |
188 |
* New 'bzr mkdir' command. |
189 |
||
763
by Martin Pool
- Patch from Torsten Marek to take commit messages through an |
190 |
* Commit mesage is fetched from an editor if not given on the |
191 |
command line; patch from Torsten Marek. |
|
192 |
||
900
by Martin Pool
- patch from john to search for matching commits |
193 |
* ``bzr log -m FOO`` displays commits whose message matches regexp |
194 |
FOO. |
|
971
by Martin Pool
- update news |
195 |
|
196 |
* ``bzr add`` with no arguments adds everything under the current directory. |
|
974.1.26
by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472 |
197 |
|
198 |
* ``bzr mv`` does move or rename depending on its arguments, like |
|
199 |
the Unix command. |
|
200 |
||
201 |
* ``bzr missing`` command shows a summary of the differences |
|
202 |
between two trees. (Merged from John Arbash-Meinel.) |
|
203 |
||
1074
by Martin Pool
- check for email address in BRANCH_ROOT/.bzr/email, so you can |
204 |
* An email address for commits to a particular tree can be |
205 |
specified by putting it into .bzr/email within a branch. (Based |
|
206 |
on a patch from Heikki Paajanen.) |
|
207 |
||
1094
by Martin Pool
- merge aaron's merge improvements 999..1008 |
208 |
|
971
by Martin Pool
- update news |
209 |
ENHANCEMENTS: |
210 |
||
211 |
* Faster working tree operations. |
|
900
by Martin Pool
- patch from john to search for matching commits |
212 |
|
974.1.26
by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472 |
213 |
|
703
by Martin Pool
- split out a new 'bzr upgrade' command separate from |
214 |
CHANGES: |
215 |
||
974.1.26
by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472 |
216 |
* 3rd-party modules shipped with bzr are copied within the bzrlib |
217 |
python package, so that they can be installed by the setup |
|
218 |
script without clashing with anything already existing on the |
|
219 |
system. (Contributed by Gustavo Niemeyer.) |
|
220 |
||
221 |
* Moved plugins directory to bzrlib/, so that there's a standard |
|
222 |
plugin directory which is not only installed with bzr itself but
|
|
223 |
is also available when using bzr from the development tree.
|
|
224 |
BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
|
|
225 |
standard plugins directory.
|
|
226 |
||
849
by Martin Pool
- Put files inside an exported tarball into a top-level directory rather than |
227 |
* When exporting to a tarball with ``bzr export --format tgz``, put
|
228 |
everything under a top directory rather than dumping it into the
|
|
229 |
current directory. This can be overridden with the ``--root``
|
|
971
by Martin Pool
- update news |
230 |
option. Patch from William Dodé and John Meinel.
|
849
by Martin Pool
- Put files inside an exported tarball into a top-level directory rather than |
231 |
|
703
by Martin Pool
- split out a new 'bzr upgrade' command separate from |
232 |
* New ``bzr upgrade`` command to upgrade the format of a branch,
|
233 |
replacing ``bzr check --update``.
|
|
234 |
||
714
by Martin Pool
- files within stores are no longer made readonly |
235 |
* Files within store directories are no longer marked readonly on
|
236 |
disk.
|
|
703
by Martin Pool
- split out a new 'bzr upgrade' command separate from |
237 |
|
796
by Martin Pool
- note bzr log changes |
238 |
* Changed ``bzr log`` output to a more compact form suggested by
|
808
by Martin Pool
- Note new --long log options |
239 |
John A Meinel. Old format is available with the ``--long`` or
|
240 |
``-l`` option, patched by William Dodé.
|
|
796
by Martin Pool
- note bzr log changes |
241 |
|
885
by Martin Pool
- commit command refuses unless something is changed or --unchanged is given |
242 |
* By default the commit command refuses to record a revision with
|
243 |
no changes unless the ``--unchanged`` option is given.
|
|
987
by Martin Pool
- note changes to command line parsing |
244 |
|
974.1.26
by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472 |
245 |
* The ``--no-plugins``, ``--profile`` and ``--builtin`` command
|
246 |
line options must come before the command name because they
|
|
247 |
affect what commands are available; all other options must come
|
|
248 |
after the command name because their interpretation depends on
|
|
249 |
it.
|
|
250 |
||
251 |
* ``branch`` and ``clone`` added as aliases for ``branch``.
|
|
252 |
||
253 |
* Default log format is back to the long format; the compact one
|
|
254 |
is available with ``--short``.
|
|
255 |
|
|
256 |
|
|
257 |
BUG FIXES:
|
|
258 |
|
|
259 |
* Fix bugs in committing only selected files or within a subdirectory.
|
|
260 |
||
703
by Martin Pool
- split out a new 'bzr upgrade' command separate from |
261 |
|
692
by Martin Pool
0.0.5 release |
262 |
bzr-0.0.5 2005-06-15
|
448
by Martin Pool
- bzr with no command now shows help, not just an error |
263 |
|
264 |
CHANGES:
|
|
265 |
||
266 |
* ``bzr`` with no command now shows help rather than giving an
|
|
267 |
error. Suggested by Michael Ellerman.
|
|
268 |
||
465
by Martin Pool
- Move show_status() out of Branch into a new function in |
269 |
* ``bzr status`` output format changed, because svn-style output
|
270 |
doesn't really match the model of bzr. Now files are grouped by |
|
271 |
status and can be shown with their IDs. ``bzr status --all`` |
|
272 |
shows all versioned files and unknown files but not ignored files. |
|
273 |
||
527
by Martin Pool
- refactor log command |
274 |
* ``bzr log`` runs from most-recent to least-recent, the reverse |
545
by Martin Pool
- --forward option for log |
275 |
of the previous order. The previous behaviour can be obtained |
276 |
with the ``--forward`` option. |
|
588
by Martin Pool
- change inventory command to not show ids by default |
277 |
|
278 |
* ``bzr inventory`` by default shows only filenames, and also ids |
|
279 |
if ``--show-ids`` is given, in which case the id is the second |
|
280 |
field. |
|
527
by Martin Pool
- refactor log command |
281 |
|
286
by Martin Pool
- New bzr whoami --email option |
282 |
|
283 |
ENHANCEMENTS: |
|
284 |
||
285 |
* New 'bzr whoami --email' option shows only the email component |
|
286 |
of the user identification, from Jo Vermeulen. |
|
287 |
||
420
by Martin Pool
Doc |
288 |
* New ``bzr ignore PATTERN`` command. |
310
by Martin Pool
- new 'bzr ignored' command! |
289 |
|
318
by Martin Pool
- better error message for Ctrl-c |
290 |
* Nicer error message for broken pipe, interrupt and similar |
291 |
conditions that don't indicate an internal error. |
|
317
by Martin Pool
- better error message for broken pipe |
292 |
|
618
by Martin Pool
- ignore .git files as well |
293 |
* Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
|
348
by Martin Pool
- Add vim and RCS ignorefile patterns |
294 |
|
353
by Martin Pool
- Per-branch locks in read and write modes. |
295 |
* Per-branch locks keyed on ``.bzr/branch-lock``, available in
|
296 |
either read or write mode.
|
|
297 |
||
384
by Martin Pool
doc |
298 |
* New option ``bzr log --show-ids`` shows revision and file ids.
|
367
by Martin Pool
- New --show-ids option for bzr log |
299 |
|
378
by Martin Pool
- New usage bzr log FILENAME |
300 |
* New usage ``bzr log FILENAME`` shows only revisions that
|
301 |
affected that file.
|
|
302 |
||
379
by Martin Pool
- Simpler compare_inventories() to possibly replace diff_trees |
303 |
* Changed format for describing changes in ``bzr log -v``.
|
304 |
||
389
by Martin Pool
- new commit --file option! |
305 |
* New option ``bzr commit --file`` to take a message from a file,
|
306 |
suggested by LarstiQ.
|
|
307 |
||
468
by Martin Pool
- Interpret arguments to bzr status |
308 |
* New syntax ``bzr status [FILE...]`` contributed by Bartosz
|
309 |
Oler. File may be in a branch other than the working directory.
|
|
404
by Martin Pool
- bzr status now optionally takes filenames to check |
310 |
|
416
by Martin Pool
- bzr log and bzr root now accept an http URL |
311 |
* ``bzr log`` and ``bzr root`` can be given an http URL instead of
|
312 |
a filename.
|
|
313 |
||
422
by Martin Pool
- External-command patch from mpe |
314 |
* Commands can now be defined by external programs or scripts
|
315 |
in a directory on $BZRPATH.
|
|
316 |
||
440
by Martin Pool
doc |
317 |
* New "stat cache" avoids reading the contents of files if they
|
318 |
haven't changed since the previous time. |
|
319 |
||
443
by Martin Pool
- Patch from Fredrik Lundh to check Python version and |
320 |
* If the Python interpreter is too old, try to find a better one |
321 |
or give an error. Based on a patch from Fredrik Lundh. |
|
322 |
||
472
by Martin Pool
- Optional branch parameter to info command |
323 |
* New optional parameter ``bzr info [BRANCH]``. |
324 |
||
491
by Martin Pool
- Selective commit! |
325 |
* New form ``bzr commit SELECTED`` to commit only selected files. |
326 |
||
567
by Martin Pool
- New form 'bzr log -r FROM:TO' |
327 |
* New form ``bzr log -r FROM:TO`` shows changes in selected |
328 |
range; contributed by John A Meinel. |
|
329 |
||
571
by Martin Pool
- new --diff-options to pass options through to external |
330 |
* New option ``bzr diff --diff-options 'OPTS'`` allows passing |
331 |
options through to an external GNU diff. |
|
332 |
||
594
by Martin Pool
- add --no-recurse option for add command |
333 |
* New option ``bzr add --no-recurse`` to add a directory but not |
334 |
their contents. |
|
335 |
||
607
by Martin Pool
doc |
336 |
* ``bzr --version`` now shows more information if bzr is being run |
337 |
from a branch. |
|
338 |
||
441
by Martin Pool
- Fix from Lalo for unidiff output of newly added |
339 |
|
340 |
BUG FIXES: |
|
341 |
||
342 |
* Fixed diff format so that added and removed files will be |
|
343 |
handled properly by patch. Fix from Lalo Martins. |
|
344 |
||
536
by Martin Pool
doc |
345 |
* Various fixes for files whose names contain spaces or other |
346 |
metacharacters. |
|
347 |
||
404
by Martin Pool
- bzr status now optionally takes filenames to check |
348 |
|
296
by Martin Pool
- better reports from testbzr when it fails |
349 |
TESTING: |
350 |
||
340
by Martin Pool
- more testcase fixes |
351 |
* Converted black-box test suites from Bourne shell into Python; |
352 |
now run using ``./testbzr``. Various structural improvements to |
|
353 |
the tests. |
|
297
by Martin Pool
- fix intentional testcase failure |
354 |
|
398
by Martin Pool
- testbzr finds the right version of bzr to test |
355 |
* testbzr by default runs the version of bzr found in the same |
356 |
directory as the tests, or the one given as the first parameter. |
|
357 |
||
399
by Martin Pool
- testbzr also runs selftests |
358 |
* testbzr also runs the internal tests, so the only command |
359 |
required to check is just ``./testbzr``. |
|
360 |
||
508
by Martin Pool
- new -p option for testbzr to use a different version of python |
361 |
* testbzr requires python2.4, but can be used to test bzr running |
362 |
under a different version. |
|
363 |
||
594
by Martin Pool
- add --no-recurse option for add command |
364 |
* Tests added for many other changes in this release. |
365 |
||
398
by Martin Pool
- testbzr finds the right version of bzr to test |
366 |
|
314
by Martin Pool
- Update ElementTree to 1.2.6 |
367 |
INTERNAL: |
368 |
||
369 |
* Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh. |
|
370 |
||
389
by Martin Pool
- new commit --file option! |
371 |
* Refactor command functions into Command objects based on HCT by |
372 |
Scott James Remnant. |
|
329
by Martin Pool
- refactor command functions into command classes |
373 |
|
374 |
* Better help messages for many commands. |
|
375 |
||
344
by Martin Pool
- It's not an error to use the library without |
376 |
* Expose bzrlib.open_tracefile() to start the tracefile; until |
377 |
this is called trace messages are just discarded. |
|
378 |
||
375
by Martin Pool
- New command touching-revisions and function to trace |
379 |
* New internal function find_touching_revisions() and hidden |
380 |
command touching-revisions trace the changes to a given file. |
|
297
by Martin Pool
- fix intentional testcase failure |
381 |
|
379
by Martin Pool
- Simpler compare_inventories() to possibly replace diff_trees |
382 |
* Simpler and faster compare_inventories() function. |
383 |
||
397
by Martin Pool
- open_tracefile takes a tracefilename parameter |
384 |
* bzrlib.open_tracefile() takes a tracefilename parameter. |
385 |
||
409
by Martin Pool
- New AtomicFile class |
386 |
* New AtomicFile class. |
440
by Martin Pool
doc |
387 |
|
388 |
* New developer commands ``added``, ``modified``. |
|
389 |
||
444
by Martin Pool
- cope on platforms with no urandom feature |
390 |
|
391 |
PORTABILITY: |
|
392 |
||
393 |
* Cope on Windows on python2.3 by using the weaker random seed. |
|
394 |
2.4 is now only recommended. |
|
395 |
||
396 |
||
280
by Martin Pool
Prepare for 0.0.4 release |
397 |
bzr-0.0.4 2005-04-22 |
184
by mbp at sourcefrog
pychecker fixups |
398 |
|
196
by mbp at sourcefrog
selected-file diff |
399 |
ENHANCEMENTS: |
184
by mbp at sourcefrog
pychecker fixups |
400 |
|
244
by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote |
401 |
* 'bzr diff' optionally takes a list of files to diff. Still a bit |
196
by mbp at sourcefrog
selected-file diff |
402 |
basic. Patch from QuantumG. |
184
by mbp at sourcefrog
pychecker fixups |
403 |
|
242
by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows |
404 |
* More default ignore patterns. |
405 |
||
244
by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote |
406 |
* New 'bzr log --verbose' shows a list of files changed in the |
407 |
changeset. Patch from Sebastian Cote. |
|
408 |
||
261
by Martin Pool
- auto-rollover of .bzr.log |
409 |
* Roll over ~/.bzr.log if it gets too large. |
410 |
||
272
by Martin Pool
- Add command aliases |
411 |
* Command abbreviations 'ci', 'st', 'stat', '?' based on a patch |
412 |
by Jason Diamon. |
|
413 |
||
273
by Martin Pool
- New 'bzr help commands' |
414 |
* New 'bzr help commands' based on a patch from Denys Duchier. |
415 |
||
235
by mbp at sourcefrog
update NEWS |
416 |
|
252
by Martin Pool
- Don't use host fqdn for default user name, because DNS tends |
417 |
CHANGES: |
418 |
||
419 |
* User email is determined by looking at $BZREMAIL or ~/.bzr.email |
|
420 |
or $EMAIL. All are decoded by the locale preferred encoding. |
|
421 |
If none of these are present user@hostname is used. The host's |
|
422 |
fully-qualified name is not used because that tends to fail when
|
|
423 |
there are DNS problems.
|
|
424 |
||
255
by Martin Pool
- New whoami command |
425 |
* New 'bzr whoami' command instead of username user-email. |
426 |
||
252
by Martin Pool
- Don't use host fqdn for default user name, because DNS tends |
427 |
|
235
by mbp at sourcefrog
update NEWS |
428 |
BUG FIXES:
|
429 |
||
430 |
* Make commit safe for hardlinked bzr trees.
|
|
431 |
||
245
by mbp at sourcefrog
- control files always in utf-8-unix format |
432 |
* Some Unicode/locale fixes.
|
433 |
||
278
by Martin Pool
- Better workaround for trailing newlines in diffs |
434 |
* Partial workaround for difflib.unified_diff not handling
|
435 |
trailing newlines properly.
|
|
436 |
||
235
by mbp at sourcefrog
update NEWS |
437 |
|
232
by mbp at sourcefrog
Allow docstrings for help to be in PEP0257 format. |
438 |
INTERNAL:
|
439 |
||
440 |
* Allow docstrings for help to be in PEP0257 format. Patch from
|
|
441 |
Matt Brubeck.
|
|
442 |
||
235
by mbp at sourcefrog
update NEWS |
443 |
* More tests in test.sh.
|
444 |
||
239
by mbp at sourcefrog
- remove profiler temporary file when done |
445 |
* Write profile data to a temporary file not into working
|
446 |
directory and delete it when done.
|
|
238
by mbp at sourcefrog
- Don't put profiling temp file in current directory |
447 |
|
257
by Martin Pool
- Write less startup junk to .bzr.log |
448 |
* Smaller .bzr.log with process ids.
|
449 |
||
184
by mbp at sourcefrog
pychecker fixups |
450 |
|
242
by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows |
451 |
PORTABILITY:
|
452 |
||
261
by Martin Pool
- auto-rollover of .bzr.log |
453 |
* Fix opening of ~/.bzr.log on Windows. Patch from Andrew
|
454 |
Bennetts.
|
|
242
by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows |
455 |
|
262
by Martin Pool
- gen_file_id: break the file on either / or \ when looking |
456 |
* Some improvements in handling paths on Windows, based on a patch
|
457 |
from QuantumG.
|
|
458 |
||
242
by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows |
459 |
|
181
by mbp at sourcefrog
prepare for 0.0.3 release |
460 |
bzr-0.0.3 2005-04-06
|
155
by mbp at sourcefrog
add new explicit RootEntry to inventory (in-core only) |
461 |
|
156
by mbp at sourcefrog
new "directories" command |
462 |
ENHANCEMENTS:
|
463 |
||
464 |
* New "directories" internal command lists versioned directories
|
|
465 |
in the tree.
|
|
466 |
||
159
by mbp at sourcefrog
bzr commit --help now works |
467 |
* Can now say "bzr commit --help".
|
468 |
||
174
by mbp at sourcefrog
- New 'move' command; now separated out from rename |
469 |
* New "rename" command to rename one file to a different name
|
470 |
and/or directory.
|
|
471 |
||
472 |
* New "move" command to move one or more files into a different
|
|
473 |
directory.
|
|
168
by mbp at sourcefrog
new "rename" command |
474 |
|
164
by mbp at sourcefrog
new 'renames' command |
475 |
* New "renames" command lists files renamed since base revision.
|
476 |
||
176
by mbp at sourcefrog
New cat command contributed by janmar. |
477 |
* New cat command contributed by janmar.
|
478 |
||
165
by mbp at sourcefrog
- put .bzr.log in /home/mbp |
479 |
CHANGES:
|
480 |
||
166
by mbp at sourcefrog
- Write .bzr.log in utf8 |
481 |
* .bzr.log is placed in $HOME (not pwd) and is always written in
|
482 |
UTF-8. (Probably not a completely good long-term solution, but
|
|
483 |
will do for now.)
|
|
165
by mbp at sourcefrog
- put .bzr.log in /home/mbp |
484 |
|
162
by mbp at sourcefrog
workaround for python2.3 difflib bug |
485 |
PORTABILITY:
|
486 |
||
487 |
* Workaround for difflib bug in Python 2.3 that causes an
|
|
488 |
exception when comparing empty files. Reported by Erik Toubro
|
|
489 |
Nielsen.
|
|
163
by mbp at sourcefrog
merge win32 portability fixes |
490 |
|
165
by mbp at sourcefrog
- put .bzr.log in /home/mbp |
491 |
INTERNAL:
|
492 |
||
493 |
* Refactored inventory storage to insert a root entry at the top.
|
|
494 |
||
180
by mbp at sourcefrog
- mv command is gone, but renames seem to be working |
495 |
TESTING:
|
496 |
||
169
by mbp at sourcefrog
Start of shell-based black-box testing in test.sh |
497 |
* Start of shell-based black-box testing in test.sh.
|
498 |
||
163
by mbp at sourcefrog
merge win32 portability fixes |
499 |
|
500 |
bzr-0.0.2.1
|
|
501 |
||
502 |
PORTABILITY:
|
|
503 |
||
504 |
* Win32 fixes from Steve Brown.
|
|
505 |
||
506 |
||
181
by mbp at sourcefrog
prepare for 0.0.3 release |
507 |
bzr-0.0.2 "black cube" 2005-03-31
|
101
by mbp at sourcefrog
change default ignore list |
508 |
|
133
by mbp at sourcefrog
- new 'ignored' command |
509 |
ENHANCEMENTS:
|
101
by mbp at sourcefrog
change default ignore list |
510 |
|
110
by mbp at sourcefrog
Add more patterns to default ignore list |
511 |
* Default ignore list extended (see bzrlib/__init__.py).
|
101
by mbp at sourcefrog
change default ignore list |
512 |
|
102
by mbp at sourcefrog
- cache ignore list in Tree |
513 |
* Patterns in .bzrignore are now added to the default ignore list,
|
514 |
rather than replacing it.
|
|
515 |
||
146
by mbp at sourcefrog
match ignore patterns like ./config.h |
516 |
* Ignore list isn't reread for every file. |
102
by mbp at sourcefrog
- cache ignore list in Tree |
517 |
|
110
by mbp at sourcefrog
Add more patterns to default ignore list |
518 |
* More help topics. |
519 |
||
118
by mbp at sourcefrog
Update news |
520 |
* Reinstate the 'bzr check' command to check invariants of the |
521 |
branch. |
|
133
by mbp at sourcefrog
- new 'ignored' command |
522 |
|
135
by mbp at sourcefrog
Simple new 'deleted' command |
523 |
* New 'ignored' command lists which files are ignored and why; |
524 |
'deleted' lists files deleted in the current working tree. |
|
525 |
||
526 |
* Performance improvements. |
|
137
by mbp at sourcefrog
new --profile option |
527 |
|
528 |
* New global --profile option. |
|
146
by mbp at sourcefrog
match ignore patterns like ./config.h |
529 |
|
530 |
* Ignore patterns like './config.h' now correctly match files in |
|
163
by mbp at sourcefrog
merge win32 portability fixes |
531 |
the root directory only. |
532 |
||
533 |
||
99
by mbp at sourcefrog
update for release 0.0.1 |
534 |
bzr-0.0.1 2005-03-26 |
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
535 |
|
81
by mbp at sourcefrog
show space usage for various stores in the info command |
536 |
ENHANCEMENTS: |
537 |
||
538 |
* More information from info command. |
|
539 |
||
83
by mbp at sourcefrog
Can now say "bzr help COMMAND" for more detailed help |
540 |
* Can now say "bzr help COMMAND" for more detailed help. |
541 |
||
92
by mbp at sourcefrog
more performance measurement |
542 |
* Less file flushing and faster performance when writing logs and |
543 |
committing to stores. |
|
544 |
||
96
by mbp at sourcefrog
with commit -v, show committed revision number |
545 |
* More useful verbose output from some commands. |
546 |
||
93
by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v' |
547 |
BUG FIXES: |
548 |
||
549 |
* Fix inverted display of 'R' and 'M' during 'commit -v'. |
|
550 |
||
72
by mbp at sourcefrog
- import a subset of elementtree for easier installation |
551 |
PORTABILITY: |
552 |
||
553 |
* Include a subset of ElementTree-1.2.20040618 to make |
|
554 |
installation easier. |
|
555 |
||
73
by mbp at sourcefrog
fix time.localtime call for python 2.3 |
556 |
* Fix time.localtime call to work with Python 2.3 (the minimum |
557 |
supported). |
|
558 |
||
559 |
||
71
by mbp at sourcefrog
Add NEWS file |
560 |
bzr-0.0.0.69 2005-03-22 |
561 |
||
562 |
ENHANCEMENTS: |
|
563 |
||
564 |
* First public release. |
|
565 |
||
566 |
* Storage of local versions: init, add, remove, rm, info, log, |
|
567 |
diff, status, etc. |