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
24
* Make sure that the hashcache gets written out if it can't be
30
* Various Windows fixes from Ollie Rutherfurd.
37
* ``bzr shell-complete`` command contributed by Clint Adams to
38
help with intelligent shell completion.
40
* New expert command ``bzr find-merge-base`` for debugging merges.
45
* Much better merge support.
47
* merge3 conflicts are now reported with markers like '<<<<<<<'
48
(seven characters) which is the same as CVS and pleases things
54
* ``bzr upgrade`` no longer fails when trying to fix trees that
55
mention revisions that are not present.
57
* Fixed bugs in listing plugins from ``bzr plugins``.
59
* Fix case of $EDITOR containing options for the editor.
61
* Fix log -r refusing to show the last revision.
62
(Patch from Goffredo Baroncelli.)
67
* ``bzr log --show-ids`` shows the revision ids of all parents.
69
* Externally provided commands on your $BZRPATH no longer need
70
to recognize --bzr-usage to work properly, and can just handle
76
* Changed trace messages to go through the standard logging
77
framework, so that they can more easily be redirected by
102
21
* ``bzr missing`` command shows a summary of the differences
103
22
between two trees. (Merged from John Arbash-Meinel.)
105
* An email address for commits to a particular tree can be
106
specified by putting it into .bzr/email within a branch. (Based
107
on a patch from Heikki Paajanen.)
112
27
* Faster working tree operations.