2
* Add 'shove' command, to move changes to a different tree
11
* Add 'import' command, to import tarballs
14
* RELEASE: bzrtools 0.8.1
15
* Fixed test case failure
18
* RELEASE: bzrtools 0.8
21
* Renamed push to rspush (Robert Collins/Aaron Bentley)
24
* New Switch command (David Allouche/Canonical)
30
* Updates to Shelf command
33
* New baz-import algorithm, with respository support
36
* RELEASE: bzrtools 0.7
37
* Improved shell completion
38
* bzr push can omit working tree
39
* Documentation updates
42
* New test.py for standalone (kinda) testing
43
* New branch-history command
44
* New "fix" command (done automatically in fetch-ghosts)
48
* Added force-reweave-inventory from Daniel Silverstone
49
* Decorated push from Robert Collins
50
* Improved shell completion
51
* Improved import when first ancestor is in an unregisered archive
54
* Added tests for several commands
55
* Made push auto_disable when native push present
56
* Merged Michael Ellerman's shelf v2 plugin
57
* New "shell" command, derived from Fai
58
* Got pull working with URLs
62
* disabled annotate in favor of bzr annotate
63
* Added clean-tree --detrius
67
* Default-ignore shelf files
68
* Win32 compatability fixes (Alexander Belchenko)
69
* Conflict handling now in bzr itself
70
* Fetch-missing renamed to fetch-ghosts
71
* Annotate includes changes since last commit, uses sha1 instead of text_id
74
* better errors for bad push locations (Eirik Nygaard)
75
* prevented push from overwriting any non-empty directory that is not an
76
ancestor branch. (Remote revision-history must be a subset of local.)
77
* added --overwrite option to push
80
* Significant reworking of graph-ancestry
81
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
82
* Updated to match bzr 0.0.8 API changes
83
* Updated to handle new bzr diff output
86
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
87
* obsoleted all the executibles; bzrtools only works as plugins now
91
3
* Added Michael Ellerman's shelf/unshelf