3
* disabled annotate in favor of bzr annotate
4
* Added clean-tree --detrius
8
* Default-ignore shelf files
9
* Win32 compatability fixes (Alexander Belchenko)
10
* Conflict handling now in bzr itself
11
* Fetch-missing renamed to fetch-ghosts
12
* Annotate includes changes since last commit, uses sha1 instead of text_id
15
* better errors for bad push locations (Eirik Nygaard)
16
* prevented push from overwriting any non-empty directory that is not an
17
ancestor branch. (Remote revision-history must be a subset of local.)
18
* added --overwrite option to push
21
* Significant reworking of graph-ancestry
22
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
23
* Updated to match bzr 0.0.8 API changes
24
* Updated to handle new bzr diff output
27
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
28
* obsoleted all the executibles; bzrtools only works as plugins now
32
* Added Michael Ellerman's shelf/unshelf
33
* Implemented python user interface
37
* much better error messages for common mistakes
38
* more thorough unit testing
39
* works better with recent merge changes
40
* Debian packaging (Jeff Bailey)
43
* baz2bzr supports updating a previous import (John Meinel)
44
* baz2bzr has proper commandline parsing (John Meinel)
45
* baz2bzr can skip symlinks when importing
46
* bzr-pull is obsolete, now that that bzr has a native pull command