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.
29
* ``bzr shell-complete`` command contributed by Clint Adams to
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
46
* ``bzr upgrade`` no longer fails when trying to fix trees that
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
13
86
* ``bzr log -m FOO`` displays commits whose message matches regexp
89
* ``bzr add`` with no arguments adds everything under the current directory.
91
* ``bzr mv`` does move or rename depending on its arguments, like
94
* ``bzr missing`` command shows a summary of the differences
95
between two trees. (Merged from John Arbash-Meinel.)
97
* An email address for commits to a particular tree can be
98
specified by putting it into .bzr/email within a branch. (Based
99
on a patch from Heikki Paajanen.)
104
* Faster working tree operations.
109
* 3rd-party modules shipped with bzr are copied within the bzrlib
110
python package, so that they can be installed by the setup
111
script without clashing with anything already existing on the
112
system. (Contributed by Gustavo Niemeyer.)
114
* Moved plugins directory to bzrlib/, so that there's a standard
115
plugin directory which is not only installed with bzr itself but
116
is also available when using bzr from the development tree.
117
BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
118
standard plugins directory.
18
120
* When exporting to a tarball with ``bzr export --format tgz``, put
19
121
everything under a top directory rather than dumping it into the
20
122
current directory. This can be overridden with the ``--root``
21
option. Patch from William Dod� and John Meinel.
123
option. Patch from William Dodé and John Meinel.
23
125
* New ``bzr upgrade`` command to upgrade the format of a branch,
24
126
replacing ``bzr check --update``.
33
135
* By default the commit command refuses to record a revision with
34
136
no changes unless the ``--unchanged`` option is given.
138
* The ``--no-plugins``, ``--profile`` and ``--builtin`` command
139
line options must come before the command name because they
140
affect what commands are available; all other options must come
141
after the command name because their interpretation depends on
144
* ``branch`` and ``clone`` added as aliases for ``branch``.
146
* Default log format is back to the long format; the compact one
147
is available with ``--short``.
152
* Fix bugs in committing only selected files or within a subdirectory.
37
155
bzr-0.0.5 2005-06-15