5
* New 'manifest' command and concept for making gpg-signatures
6
of revisions that are not tied to a particular internal
11
* The config directory is now ~/.bazaar, and there is a single file
12
~/.bazaar/bazaar.conf storing email, editor and other preferences.
15
* 'bzr add' no longer takes a --verbose option, and a --quiet option
16
has been added that suppresses all output.
18
* 'bzr check' now accepts -v for verbose reporting, and checks for
24
* Config options have moved from bzrlib.osutils to bzrlib.config.
29
* The --pattern option has been removed, now test specifiers on the
30
command line can be simple strings, or regexps, or both.
32
* Passing -v to selftest will now show the time each test took to
33
complete, which will aid in analysing performance regressions and
41
* Fix problem in pulling over http from machines that do not
42
allow directories to be listed.
44
* Avoid harmless warning about invalid hash cache after
45
upgrading branch format.
49
* Avoid some unnecessary http operations in branch and pull.
56
* 'bzr branch' over http initially gives a very high estimate
57
of completion time but it should fall as the first few
58
revisions are pulled in. branch is still slow on
59
high-latency connections.
63
* bzr-man.py has been updated to work again. Contributed by
66
* Locking is now done with fcntl.lockf which works with NFS
67
file systems. Contributed by Harald Meland.
69
* When a merge encounters a file that has been deleted on
70
one side and modified on the other, the old contents are
71
written out to foo.BASE and foo.SIDE, where SIDE is this
72
or OTHER. Contributed by Aaron Bentley.
74
* Export was choosing incorrect file paths for the content of
75
the tarball, this has been fixed by Aaron Bentley.
77
* Commit will no longer commit without a log message, an
78
error is returned instead. Contributed by Jelmer Vernooij.
80
* If you commit a specific file in a sub directory, any of its
81
parent directories that are added but not listed will be
82
automatically included. Suggested by Michael Ellerman.
84
* bzr commit and upgrade did not correctly record new revisions
85
for files with only a change to their executable status.
86
bzr will correct this when it encounters it. Fixed by
89
* HTTP tests now force off the use of http_proxy for the duration.
90
Contributed by Gustavo Niemeyer.
92
* Fix problems in merging weave-based branches that have
93
different partial views of history.
95
* Symlink support: working with symlinks when not in the root of a
96
bzr tree was broken, patch from Scott James Remnant.
101
* 'branch' now accepts a --basis parameter which will take advantage
102
of local history when making a new branch. This allows faster
103
branching of remote branches. Contributed by Aaron Bentley.
105
* New tree format based on weave files, called version 5.
106
Existing branches can be upgraded to this format using
109
* Symlinks are now versionable. Initial patch by
110
Erik Toubro Nielsen, updated to head by Robert Collins.
112
* Executable bits are tracked on files. Patch from Gustavo
115
* 'bzr status' now shows unknown files inside a selected directory.
116
Patch from Heikki Paajanen.
118
* Merge conflicts are recorded in .bzr. Two new commands 'conflicts'
119
and 'resolve' have needed added, which list and remove those
120
merge conflicts respectively. A conflicted tree cannot be committed
121
in. Contributed by Aaron Bentley.
123
* 'rm' is now an alias for 'remove'.
125
* Stores now split out their content in a single byte prefixed hash,
126
dropping the density of files per directory by 256. Contributed by
129
* 'bzr diff -r branch:URL' will now perform a diff between two branches.
130
Contributed by Robert Collins.
132
* 'bzr log' with the default formatter will show merged revisions,
133
indented to the right. Initial implementation contributed by Gustavo
134
Niemeyer, made incremental by Robert Collins.
139
* Test case failures have the exception printed after the log
140
for your viewing pleasure.
142
* InventoryEntry is now an abstract base class, use one of the
143
concrete InventoryDirectory etc classes instead.
145
* Branch raises an UnsupportedFormatError when it detects a
146
bzr branch it cannot understand. This allows for precise
147
handling of such circumstances.
152
* Removed testsweet module so that tests can be run after
153
bzr installed by 'bzr selftest'.
155
* 'bzr selftest' command-line arguments can now be partial ids
156
of tests to run, e.g. 'bzr selftest test_weave'
163
* Fixed "branch -r" option.
165
* Fix remote access to branches containing non-compressed history.
168
* Better reliability of http server tests. (John Arbash-Meinel)
170
* Merge graph maximum distance calculation fix. (Aaron Bentley)
172
* Various minor bug in windows support have been fixed, largely in the
173
test suite. Contributed by Alexander Belchenko.
177
* Status now accepts a -r argument to give status between chosen
178
revisions. Contributed by Heikki Paajanen.
180
* Revision arguments no longer use +/-/= to control ranges, instead
181
there is a 'before' namespace, which limits the successive namespace.
182
For example '$ bzr log -r date:yesterday..before:date:today' will
183
select everything from yesterday and before today. Contributed by
186
* There is now a bzr.bat file created by distutils when building on
187
Windows. Contributed by Alexander Belchenko.
191
* Removed uuid() as it was unused.
193
* Improved 'fetch' code for pulling revisions from one branch into
194
another (used by pull, merged, etc.)
201
* Adding a file whose parent directory is not versioned will
202
implicitly add the parent, and so on up to the root. This means
203
you should never need to explictly add a directory, they'll just
204
get added when you add a file in the directory. Contributed by
207
* Ignore .DS_Store (contains Mac metadata) by default. Patch from
210
* If you set BZR_EDITOR in the environment, it is checked in
211
preference to EDITOR and the config file for the interactive commit
212
editing program. Related to this is a bugfix where a missing program
213
set in EDITOR would cause editing to fail, now the fallback program
214
for the operating system is still tried.
216
* Files that are not directories/symlinks/regular files will no longer
217
cause bzr to fail, it will just ignore them by default. You cannot add
218
them to the tree though - they are not versionable.
223
* Refactor xml packing/unpacking.
227
* Fixed 'bzr mv' by Ollie Rutherfurd.
229
* Fixed strange error when trying to access a nonexistent http
232
* Make sure that the hashcache gets written out if it can't be
238
* Various Windows fixes from Ollie Rutherfurd.
240
* Quieten warnings about locking; patch from Matt Lavin.
247
* ``bzr shell-complete`` command contributed by Clint Adams to
248
help with intelligent shell completion.
250
* New expert command ``bzr find-merge-base`` for debugging merges.
255
* Much better merge support.
257
* merge3 conflicts are now reported with markers like '<<<<<<<'
258
(seven characters) which is the same as CVS and pleases things
264
* ``bzr upgrade`` no longer fails when trying to fix trees that
265
mention revisions that are not present.
267
* Fixed bugs in listing plugins from ``bzr plugins``.
269
* Fix case of $EDITOR containing options for the editor.
271
* Fix log -r refusing to show the last revision.
272
(Patch from Goffredo Baroncelli.)
277
* ``bzr log --show-ids`` shows the revision ids of all parents.
279
* Externally provided commands on your $BZRPATH no longer need
280
to recognize --bzr-usage to work properly, and can just handle
286
* Changed trace messages to go through the standard logging
287
framework, so that they can more easily be redirected by
296
* Python plugins, automatically loaded from the directories on
297
BZR_PLUGIN_PATH or ~/.bzr.conf/plugins by default.
299
* New 'bzr mkdir' command.
301
* Commit mesage is fetched from an editor if not given on the
302
command line; patch from Torsten Marek.
304
* ``bzr log -m FOO`` displays commits whose message matches regexp
307
* ``bzr add`` with no arguments adds everything under the current directory.
309
* ``bzr mv`` does move or rename depending on its arguments, like
312
* ``bzr missing`` command shows a summary of the differences
313
between two trees. (Merged from John Arbash-Meinel.)
315
* An email address for commits to a particular tree can be
316
specified by putting it into .bzr/email within a branch. (Based
317
on a patch from Heikki Paajanen.)
322
* Faster working tree operations.
327
* 3rd-party modules shipped with bzr are copied within the bzrlib
328
python package, so that they can be installed by the setup
329
script without clashing with anything already existing on the
330
system. (Contributed by Gustavo Niemeyer.)
332
* Moved plugins directory to bzrlib/, so that there's a standard
333
plugin directory which is not only installed with bzr itself but
334
is also available when using bzr from the development tree.
335
BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
336
standard plugins directory.
338
* When exporting to a tarball with ``bzr export --format tgz``, put
339
everything under a top directory rather than dumping it into the
340
current directory. This can be overridden with the ``--root``
341
option. Patch from William DodƩ and John Meinel.
343
* New ``bzr upgrade`` command to upgrade the format of a branch,
344
replacing ``bzr check --update``.
346
* Files within store directories are no longer marked readonly on
349
* Changed ``bzr log`` output to a more compact form suggested by
350
John A Meinel. Old format is available with the ``--long`` or
351
``-l`` option, patched by William DodƩ.
353
* By default the commit command refuses to record a revision with
354
no changes unless the ``--unchanged`` option is given.
356
* The ``--no-plugins``, ``--profile`` and ``--builtin`` command
357
line options must come before the command name because they
358
affect what commands are available; all other options must come
359
after the command name because their interpretation depends on
362
* ``branch`` and ``clone`` added as aliases for ``branch``.
364
* Default log format is back to the long format; the compact one
365
is available with ``--short``.
370
* Fix bugs in committing only selected files or within a subdirectory.
377
* ``bzr`` with no command now shows help rather than giving an
378
error. Suggested by Michael Ellerman.
380
* ``bzr status`` output format changed, because svn-style output
381
doesn't really match the model of bzr. Now files are grouped by
382
status and can be shown with their IDs. ``bzr status --all``
383
shows all versioned files and unknown files but not ignored files.
385
* ``bzr log`` runs from most-recent to least-recent, the reverse
386
of the previous order. The previous behaviour can be obtained
387
with the ``--forward`` option.
389
* ``bzr inventory`` by default shows only filenames, and also ids
390
if ``--show-ids`` is given, in which case the id is the second
396
* New 'bzr whoami --email' option shows only the email component
397
of the user identification, from Jo Vermeulen.
399
* New ``bzr ignore PATTERN`` command.
401
* Nicer error message for broken pipe, interrupt and similar
402
conditions that don't indicate an internal error.
404
* Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
406
* Per-branch locks keyed on ``.bzr/branch-lock``, available in
407
either read or write mode.
409
* New option ``bzr log --show-ids`` shows revision and file ids.
411
* New usage ``bzr log FILENAME`` shows only revisions that
414
* Changed format for describing changes in ``bzr log -v``.
416
* New option ``bzr commit --file`` to take a message from a file,
417
suggested by LarstiQ.
419
* New syntax ``bzr status [FILE...]`` contributed by Bartosz
420
Oler. File may be in a branch other than the working directory.
422
* ``bzr log`` and ``bzr root`` can be given an http URL instead of
425
* Commands can now be defined by external programs or scripts
426
in a directory on $BZRPATH.
428
* New "stat cache" avoids reading the contents of files if they
429
haven't changed since the previous time.
431
* If the Python interpreter is too old, try to find a better one
432
or give an error. Based on a patch from Fredrik Lundh.
434
* New optional parameter ``bzr info [BRANCH]``.
436
* New form ``bzr commit SELECTED`` to commit only selected files.
438
* New form ``bzr log -r FROM:TO`` shows changes in selected
439
range; contributed by John A Meinel.
441
* New option ``bzr diff --diff-options 'OPTS'`` allows passing
442
options through to an external GNU diff.
444
* New option ``bzr add --no-recurse`` to add a directory but not
447
* ``bzr --version`` now shows more information if bzr is being run
453
* Fixed diff format so that added and removed files will be
454
handled properly by patch. Fix from Lalo Martins.
456
* Various fixes for files whose names contain spaces or other
462
* Converted black-box test suites from Bourne shell into Python;
463
now run using ``./testbzr``. Various structural improvements to
466
* testbzr by default runs the version of bzr found in the same
467
directory as the tests, or the one given as the first parameter.
469
* testbzr also runs the internal tests, so the only command
470
required to check is just ``./testbzr``.
472
* testbzr requires python2.4, but can be used to test bzr running
473
under a different version.
475
* Tests added for many other changes in this release.
480
* Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
482
* Refactor command functions into Command objects based on HCT by
485
* Better help messages for many commands.
487
* Expose bzrlib.open_tracefile() to start the tracefile; until
488
this is called trace messages are just discarded.
490
* New internal function find_touching_revisions() and hidden
491
command touching-revisions trace the changes to a given file.
493
* Simpler and faster compare_inventories() function.
495
* bzrlib.open_tracefile() takes a tracefilename parameter.
497
* New AtomicFile class.
499
* New developer commands ``added``, ``modified``.
504
* Cope on Windows on python2.3 by using the weaker random seed.
505
2.4 is now only recommended.
512
* 'bzr diff' optionally takes a list of files to diff. Still a bit
513
basic. Patch from QuantumG.
515
* More default ignore patterns.
517
* New 'bzr log --verbose' shows a list of files changed in the
518
changeset. Patch from Sebastian Cote.
520
* Roll over ~/.bzr.log if it gets too large.
522
* Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
525
* New 'bzr help commands' based on a patch from Denys Duchier.
530
* User email is determined by looking at $BZREMAIL or ~/.bzr.email
531
or $EMAIL. All are decoded by the locale preferred encoding.
532
If none of these are present user@hostname is used. The host's
533
fully-qualified name is not used because that tends to fail when
534
there are DNS problems.
536
* New 'bzr whoami' command instead of username user-email.
541
* Make commit safe for hardlinked bzr trees.
543
* Some Unicode/locale fixes.
545
* Partial workaround for difflib.unified_diff not handling
546
trailing newlines properly.
551
* Allow docstrings for help to be in PEP0257 format. Patch from
554
* More tests in test.sh.
556
* Write profile data to a temporary file not into working
557
directory and delete it when done.
559
* Smaller .bzr.log with process ids.
564
* Fix opening of ~/.bzr.log on Windows. Patch from Andrew
567
* Some improvements in handling paths on Windows, based on a patch
575
* New "directories" internal command lists versioned directories
578
* Can now say "bzr commit --help".
580
* New "rename" command to rename one file to a different name
583
* New "move" command to move one or more files into a different
586
* New "renames" command lists files renamed since base revision.
588
* New cat command contributed by janmar.
592
* .bzr.log is placed in $HOME (not pwd) and is always written in
593
UTF-8. (Probably not a completely good long-term solution, but
598
* Workaround for difflib bug in Python 2.3 that causes an
599
exception when comparing empty files. Reported by Erik Toubro
604
* Refactored inventory storage to insert a root entry at the top.
608
* Start of shell-based black-box testing in test.sh.
615
* Win32 fixes from Steve Brown.
618
bzr-0.0.2 "black cube" 2005-03-31
622
* Default ignore list extended (see bzrlib/__init__.py).
624
* Patterns in .bzrignore are now added to the default ignore list,
625
rather than replacing it.
627
* Ignore list isn't reread for every file.
631
* Reinstate the 'bzr check' command to check invariants of the
634
* New 'ignored' command lists which files are ignored and why;
635
'deleted' lists files deleted in the current working tree.
637
* Performance improvements.
639
* New global --profile option.
641
* Ignore patterns like './config.h' now correctly match files in
642
the root directory only.
649
* More information from info command.
651
* Can now say "bzr help COMMAND" for more detailed help.
653
* Less file flushing and faster performance when writing logs and
654
committing to stores.
656
* More useful verbose output from some commands.
660
* Fix inverted display of 'R' and 'M' during 'commit -v'.
664
* Include a subset of ElementTree-1.2.20040618 to make
667
* Fix time.localtime call to work with Python 2.3 (the minimum
671
bzr-0.0.0.69 2005-03-22
675
* First public release.
677
* Storage of local versions: init, add, remove, rm, info, log,