5
* Status now accepted a -r argument to give status between chosen
6
revisions. Contributed by Heikki Paajanen.
12
* Adding a file whose parent directory is not versioned will
13
implicitly add the parent, and so on up to the root. This means
14
you should never need to explictly add a directory, they'll just
15
get added when you add a file in the directory. Contributed by
18
* Ignore .DS_Store (contains Mac metadata) by default. Patch from
21
* If you set BZR_EDITOR in the environment, it is checked in
22
preference to EDITOR and the config file for the interactive commit
23
editing program. Related to this is a bugfix where a missing program
24
set in EDITOR would cause editing to fail, now the fallback program
25
for the operating system is still tried.
27
* Files that are not directories/symlinks/regular files will no longer
28
cause bzr to fail, it will just ignore them by default. You cannot add
29
them to the tree though - they are not versionable.
34
* Refactor xml packing/unpacking.
39
* Fixed 'bzr mv' by Ollie Rutherfurd.
41
* Fixed strange error when trying to access a nonexistent http
44
* Make sure that the hashcache gets written out if it can't be
50
* Various Windows fixes from Ollie Rutherfurd.
52
* Quieten warnings about locking; patch from Matt Lavin.
8
62
* New expert command ``bzr find-merge-base`` for debugging merges.
67
* Much better merge support.
69
* merge3 conflicts are now reported with markers like '<<<<<<<'
70
(seven characters) which is the same as CVS and pleases things
13
76
* ``bzr upgrade`` no longer fails when trying to fix trees that
14
77
mention revisions that are not present.
79
* Fixed bugs in listing plugins from ``bzr plugins``.
81
* Fix case of $EDITOR containing options for the editor.
83
* Fix log -r refusing to show the last revision.
84
(Patch from Goffredo Baroncelli.)
19
89
* ``bzr log --show-ids`` shows the revision ids of all parents.
91
* Externally provided commands on your $BZRPATH no longer need
92
to recognize --bzr-usage to work properly, and can just handle