2
* Improved shell completion
3
* bzr push can omit working tree
4
* Documentation updates
7
* New test.py for standalone (kinda) testing
8
* New branch-history command
9
* New "fix" command (done automatically in fetch-ghosts)
13
* Added force-reweave-inventory from Daniel Silverstone
14
* Decorated push from Robert Collins
15
* Improved shell completion
16
* Improved import when first ancestor is in an unregisered archive
19
* Added tests for several commands
20
* Made push auto_disable when native push present
21
* Merged Michael Ellerman's shelf v2 plugin
22
* New "shell" command, derived from Fai
23
* Got pull working with URLs
27
* disabled annotate in favor of bzr annotate
28
* Added clean-tree --detrius
32
* Default-ignore shelf files
33
* Win32 compatability fixes (Alexander Belchenko)
34
* Conflict handling now in bzr itself
35
* Fetch-missing renamed to fetch-ghosts
36
* Annotate includes changes since last commit, uses sha1 instead of text_id
39
* better errors for bad push locations (Eirik Nygaard)
40
* prevented push from overwriting any non-empty directory that is not an
41
ancestor branch. (Remote revision-history must be a subset of local.)
42
* added --overwrite option to push
45
* Significant reworking of graph-ancestry
46
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
47
* Updated to match bzr 0.0.8 API changes
48
* Updated to handle new bzr diff output
51
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
52
* obsoleted all the executibles; bzrtools only works as plugins now
56
* Added Michael Ellerman's shelf/unshelf
57
* Implemented python user interface
61
* much better error messages for common mistakes
62
* more thorough unit testing
63
* works better with recent merge changes
64
* Debian packaging (Jeff Bailey)
67
2
* baz2bzr supports updating a previous import (John Meinel)
68
3
* baz2bzr has proper commandline parsing (John Meinel)