5
* Python plugins, automatically loaded from the directories on
6
BZR_PLUGIN_PATH or ~/.bzr.conf/plugins by default.
8
* New 'bzr mkdir' command.
10
* Commit mesage is fetched from an editor if not given on the
11
command line; patch from Torsten Marek.
13
* ``bzr log -m FOO`` displays commits whose message matches regexp
18
* When exporting to a tarball with ``bzr export --format tgz``, put
19
everything under a top directory rather than dumping it into the
20
current directory. This can be overridden with the ``--root``
21
option. Patch from William Dod� and John Meinel.
23
* New ``bzr upgrade`` command to upgrade the format of a branch,
24
replacing ``bzr check --update``.
26
* Files within store directories are no longer marked readonly on
29
* Changed ``bzr log`` output to a more compact form suggested by
30
John A Meinel. Old format is available with the ``--long`` or
31
``-l`` option, patched by William Dodé.
33
* By default the commit command refuses to record a revision with
34
no changes unless the ``--unchanged`` option is given.
1
bzr-0.0.5 NOT RELEASED YET