7
* Improved shell completion
8
* bzr push can omit working tree
9
* Documentation updates
12
* New test.py for standalone (kinda) testing
13
* New branch-history command
14
* New "fix" command (done automatically in fetch-ghosts)
18
* Added force-reweave-inventory from Daniel Silverstone
19
* Decorated push from Robert Collins
20
* Improved shell completion
21
* Improved import when first ancestor is in an unregisered archive
24
* Added tests for several commands
25
* Made push auto_disable when native push present
26
* Merged Michael Ellerman's shelf v2 plugin
27
* New "shell" command, derived from Fai
28
* Got pull working with URLs
32
* disabled annotate in favor of bzr annotate
33
* Added clean-tree --detrius
37
* Default-ignore shelf files
38
* Win32 compatability fixes (Alexander Belchenko)
39
* Conflict handling now in bzr itself
40
* Fetch-missing renamed to fetch-ghosts
41
* Annotate includes changes since last commit, uses sha1 instead of text_id
44
* better errors for bad push locations (Eirik Nygaard)
45
* prevented push from overwriting any non-empty directory that is not an
46
ancestor branch. (Remote revision-history must be a subset of local.)
47
* added --overwrite option to push
50
* Significant reworking of graph-ancestry
51
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
52
* Updated to match bzr 0.0.8 API changes
53
* Updated to handle new bzr diff output
56
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
57
* obsoleted all the executibles; bzrtools only works as plugins now
3
61
* Added Michael Ellerman's shelf/unshelf