2
* Added tests for several commands
3
* Made push auto_disable when native push present
4
* Merged Michael Ellerman's shelf v2 plugin
5
* New "shell" command, derived from Fai
6
* Got pull working with URLs
10
* disabled annotate in favor of bzr annotate
11
* Added clean-tree --detrius
15
* Default-ignore shelf files
16
* Win32 compatability fixes (Alexander Belchenko)
17
* Conflict handling now in bzr itself
18
* Fetch-missing renamed to fetch-ghosts
19
* Annotate includes changes since last commit, uses sha1 instead of text_id
22
* better errors for bad push locations (Eirik Nygaard)
23
* prevented push from overwriting any non-empty directory that is not an
24
ancestor branch. (Remote revision-history must be a subset of local.)
25
* added --overwrite option to push
28
* Significant reworking of graph-ancestry
29
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
30
* Updated to match bzr 0.0.8 API changes
31
* Updated to handle new bzr diff output
34
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
35
* obsoleted all the executibles; bzrtools only works as plugins now
39
* Added Michael Ellerman's shelf/unshelf
40
* Implemented python user interface
44
* much better error messages for common mistakes
45
* more thorough unit testing
46
* works better with recent merge changes
47
* Debian packaging (Jeff Bailey)
50
2
* baz2bzr supports updating a previous import (John Meinel)
51
3
* baz2bzr has proper commandline parsing (John Meinel)