5
* Refactor xml packing/unpacking.
7
* Improved 'fetch' code for pulling revisions from one branch into
8
another (used by pull, merged, etc.)
13
* New tree format based on weave files, called version 5.
18
* New method-object style interface for Commit() and Fetch().
20
* Renamed Branch.last_patch() to Branch.last_revision(), since
21
we call them revisions not patches.
5
29
* ``bzr shell-complete`` command contributed by Clint Adams to
6
30
help with intelligent shell completion.
32
* New expert command ``bzr find-merge-base`` for debugging merges.
37
* Much better merge support.
39
* merge3 conflicts are now reported with markers like '<<<<<<<'
40
(seven characters) which is the same as CVS and pleases things
11
46
* ``bzr upgrade`` no longer fails when trying to fix trees that
12
47
mention revisions that are not present.
49
* Fixed bugs in listing plugins from ``bzr plugins``.
51
* Fix case of $EDITOR containing options for the editor.
53
* Fix log -r refusing to show the last revision.
54
(Patch from Goffredo Baroncelli.)
59
* ``bzr log --show-ids`` shows the revision ids of all parents.
61
* Externally provided commands on your $BZRPATH no longer need
62
to recognize --bzr-usage to work properly, and can just handle
68
* Changed trace messages to go through the standard logging
69
framework, so that they can more easily be redirected by
15
74
bzr-0.0.6 2005-08-18