5
* Adding a file whose parent directory is not versioned will
6
implicitly add the parent, and so on up to the root. This means
7
you should never need to explictly add a directory, they'll just
8
get added when you add a file in the directory. Contributed by
14
* Refactor xml packing/unpacking.
19
* Fixed 'bzr mv' by Ollie Rutherfurd.
21
* Fixed strange error when trying to access a nonexistent http
27
* Various Windows fixes from Ollie Rutherfurd.
5
34
* ``bzr shell-complete`` command contributed by Clint Adams to
6
35
help with intelligent shell completion.
37
* New expert command ``bzr find-merge-base`` for debugging merges.
42
* Much better merge support.
44
* merge3 conflicts are now reported with markers like '<<<<<<<'
45
(seven characters) which is the same as CVS and pleases things
11
51
* ``bzr upgrade`` no longer fails when trying to fix trees that
12
52
mention revisions that are not present.
54
* Fixed bugs in listing plugins from ``bzr plugins``.
56
* Fix case of $EDITOR containing options for the editor.
58
* Fix log -r refusing to show the last revision.
59
(Patch from Goffredo Baroncelli.)
64
* ``bzr log --show-ids`` shows the revision ids of all parents.
66
* Externally provided commands on your $BZRPATH no longer need
67
to recognize --bzr-usage to work properly, and can just handle