2
* RELEASE: bzrtools 0.12.0
3
* Update 'import' command for unique roots changes
6
* Fix parent-setting in 'cbranch'.
9
* Update for unique roots changes
12
* RELEASE: bzrtools 0.11.0
17
* Shove is now deprecated
18
* Reduce interactive slowdown by late-loading PyBaz
19
* baz-import speedup: remove useless merge_innter call
22
* Check bzrlib version
23
* RELEASE: bzrtools 0.9.1
26
* RELEASE: bzrtools 0.9.0
29
* Add --no-color option to shelve/unshelve
32
* clean-tree no longer treats --detritus or --ignored as including --unknowns
38
* Add 'shove' command, to move changes to a different tree
47
* Add 'import' command, to import tarballs
50
* RELEASE: bzrtools 0.8.1
51
* Fixed test case failure
54
* RELEASE: bzrtools 0.8
57
* Renamed push to rspush (Robert Collins/Aaron Bentley)
60
* New Switch command (David Allouche/Canonical)
66
* Updates to Shelf command
69
* New baz-import algorithm, with respository support
72
* RELEASE: bzrtools 0.7
73
* Improved shell completion
74
* bzr push can omit working tree
75
* Documentation updates
78
* New test.py for standalone (kinda) testing
79
* New branch-history command
80
* New "fix" command (done automatically in fetch-ghosts)
84
* Added force-reweave-inventory from Daniel Silverstone
85
* Decorated push from Robert Collins
86
* Improved shell completion
87
* Improved import when first ancestor is in an unregisered archive
90
* Added tests for several commands
91
* Made push auto_disable when native push present
92
* Merged Michael Ellerman's shelf v2 plugin
93
* New "shell" command, derived from Fai
94
* Got pull working with URLs
98
* disabled annotate in favor of bzr annotate
99
* Added clean-tree --detrius
103
* Default-ignore shelf files
104
* Win32 compatability fixes (Alexander Belchenko)
105
* Conflict handling now in bzr itself
106
* Fetch-missing renamed to fetch-ghosts
107
* Annotate includes changes since last commit, uses sha1 instead of text_id
110
* better errors for bad push locations (Eirik Nygaard)
111
* prevented push from overwriting any non-empty directory that is not an
112
ancestor branch. (Remote revision-history must be a subset of local.)
113
* added --overwrite option to push
116
2
* Significant reworking of graph-ancestry
117
3
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)