2
* RELEASE: bzrtools 0.13.0
5
* Add encoding flag for 'baz-import'
6
* Fix deprecated API use in 'switch'
7
* Add show-paths command from Alexander Belchenko
10
* RELEASE: bzrtools 0.12.0
11
* Update 'import' command for unique roots changes
14
* Fix parent-setting in 'cbranch'.
17
* Update for unique roots changes
20
* RELEASE: bzrtools 0.11.0
25
* Shove is now deprecated
26
* Reduce interactive slowdown by late-loading PyBaz
27
* baz-import speedup: remove useless merge_innter call
30
* Check bzrlib version
31
* RELEASE: bzrtools 0.9.1
34
* RELEASE: bzrtools 0.9.0
37
* Add --no-color option to shelve/unshelve
40
* clean-tree no longer treats --detritus or --ignored as including --unknowns
46
* Add 'shove' command, to move changes to a different tree
55
* Add 'import' command, to import tarballs
58
* RELEASE: bzrtools 0.8.1
59
* Fixed test case failure
62
* RELEASE: bzrtools 0.8
65
* Renamed push to rspush (Robert Collins/Aaron Bentley)
68
* New Switch command (David Allouche/Canonical)
74
* Updates to Shelf command
77
* New baz-import algorithm, with respository support
80
* RELEASE: bzrtools 0.7
81
* Improved shell completion
82
* bzr push can omit working tree
83
* Documentation updates
86
* New test.py for standalone (kinda) testing
87
* New branch-history command
88
* New "fix" command (done automatically in fetch-ghosts)
91
2
* Various API updates
92
3
* Added force-reweave-inventory from Daniel Silverstone