2
* Add encoding flag for 'baz-import'
3
* Fix deprecated API use in 'switch'
4
* Add show-paths command from Alexander Belchenko
7
* RELEASE: bzrtools 0.12.0
8
* Update 'import' command for unique roots changes
11
* Fix parent-setting in 'cbranch'.
14
* Update for unique roots changes
17
* RELEASE: bzrtools 0.11.0
22
* Shove is now deprecated
23
* Reduce interactive slowdown by late-loading PyBaz
24
* baz-import speedup: remove useless merge_innter call
27
* Check bzrlib version
28
* RELEASE: bzrtools 0.9.1
31
* RELEASE: bzrtools 0.9.0
34
* Add --no-color option to shelve/unshelve
37
* clean-tree no longer treats --detritus or --ignored as including --unknowns
43
* Add 'shove' command, to move changes to a different tree
52
* Add 'import' command, to import tarballs
55
* RELEASE: bzrtools 0.8.1
56
* Fixed test case failure
59
* RELEASE: bzrtools 0.8
62
* Renamed push to rspush (Robert Collins/Aaron Bentley)
65
* New Switch command (David Allouche/Canonical)
71
* Updates to Shelf command
74
* New baz-import algorithm, with respository support
77
* RELEASE: bzrtools 0.7
78
* Improved shell completion
79
* bzr push can omit working tree
80
* Documentation updates
83
* New test.py for standalone (kinda) testing
84
* New branch-history command
85
* New "fix" command (done automatically in fetch-ghosts)
89
* Added force-reweave-inventory from Daniel Silverstone
90
* Decorated push from Robert Collins
91
* Improved shell completion
92
* Improved import when first ancestor is in an unregisered archive
2
95
* Added tests for several commands
3
96
* Made push auto_disable when native push present