2
* Shove is now deprecated
3
* Reduce interactive slowdown by late-loading PyBaz
4
* baz-import speedup: remove useless merge_innter call
8
* RELEASE: bzrtools 0.9.1
11
* RELEASE: bzrtools 0.9.0
14
* Add --no-color option to shelve/unshelve
17
* clean-tree no longer treats --detritus or --ignored as including --unknowns
23
* Add 'shove' command, to move changes to a different tree
32
* Add 'import' command, to import tarballs
35
* RELEASE: bzrtools 0.8.1
36
* Fixed test case failure
39
* RELEASE: bzrtools 0.8
42
* Renamed push to rspush (Robert Collins/Aaron Bentley)
45
* New Switch command (David Allouche/Canonical)
51
* Updates to Shelf command
54
* New baz-import algorithm, with respository support
57
* RELEASE: bzrtools 0.7
58
* Improved shell completion
59
* bzr push can omit working tree
60
* Documentation updates
63
* New test.py for standalone (kinda) testing
64
* New branch-history command
65
* New "fix" command (done automatically in fetch-ghosts)
69
* Added force-reweave-inventory from Daniel Silverstone
70
* Decorated push from Robert Collins
71
* Improved shell completion
72
* Improved import when first ancestor is in an unregisered archive
75
* Added tests for several commands
76
* Made push auto_disable when native push present
77
* Merged Michael Ellerman's shelf v2 plugin
78
* New "shell" command, derived from Fai
79
* Got pull working with URLs
83
* disabled annotate in favor of bzr annotate
84
* Added clean-tree --detrius
88
* Default-ignore shelf files
89
* Win32 compatability fixes (Alexander Belchenko)
90
* Conflict handling now in bzr itself
91
* Fetch-missing renamed to fetch-ghosts
92
* Annotate includes changes since last commit, uses sha1 instead of text_id
95
* better errors for bad push locations (Eirik Nygaard)
96
* prevented push from overwriting any non-empty directory that is not an
97
ancestor branch. (Remote revision-history must be a subset of local.)
98
* added --overwrite option to push
101
* Significant reworking of graph-ancestry
102
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
103
* Updated to match bzr 0.0.8 API changes
104
* Updated to handle new bzr diff output
107
2
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
108
3
* obsoleted all the executibles; bzrtools only works as plugins now