5
* Status now accepted a -r argument to give status between chosen
6
revisions. Contributed by Heikki Paajanen.
8
* Revision arguments no longer use +/-/= to control ranges, instead
9
there is a 'before' namespace, which limits the successive namespace.
10
For example '$ bzr log -r date:yesterday..before:date:today' will
11
select everything from yesterday and before today. Contributed by
14
* There is now a bzr.bat file created by distutils when building on
15
Windows. Contributed by Alexander Belchenko.
19
* Various minor bug in windows support have been fixed, largely in the
20
test suite. Contributed by Alexander Belchenko.
24
* removed uuid() as it was unused.
30
* Adding a file whose parent directory is not versioned will
31
implicitly add the parent, and so on up to the root. This means
32
you should never need to explictly add a directory, they'll just
33
get added when you add a file in the directory. Contributed by
36
* Ignore .DS_Store (contains Mac metadata) by default. Patch from
39
* If you set BZR_EDITOR in the environment, it is checked in
40
preference to EDITOR and the config file for the interactive commit
41
editing program. Related to this is a bugfix where a missing program
42
set in EDITOR would cause editing to fail, now the fallback program
43
for the operating system is still tried.
45
* Files that are not directories/symlinks/regular files will no longer
46
cause bzr to fail, it will just ignore them by default. You cannot add
47
them to the tree though - they are not versionable.
52
* Refactor xml packing/unpacking.
57
* Fixed 'bzr mv' by Ollie Rutherfurd.
59
* Fixed strange error when trying to access a nonexistent http
62
* Make sure that the hashcache gets written out if it can't be
68
* Various Windows fixes from Ollie Rutherfurd.
70
* Quieten warnings about locking; patch from Matt Lavin.
8
80
* New expert command ``bzr find-merge-base`` for debugging merges.
85
* Much better merge support.
87
* merge3 conflicts are now reported with markers like '<<<<<<<'
88
(seven characters) which is the same as CVS and pleases things
13
94
* ``bzr upgrade`` no longer fails when trying to fix trees that
14
95
mention revisions that are not present.
97
* Fixed bugs in listing plugins from ``bzr plugins``.
99
* Fix case of $EDITOR containing options for the editor.
101
* Fix log -r refusing to show the last revision.
102
(Patch from Goffredo Baroncelli.)
19
107
* ``bzr log --show-ids`` shows the revision ids of all parents.
109
* Externally provided commands on your $BZRPATH no longer need
110
to recognize --bzr-usage to work properly, and can just handle