2
* Add zip support to 'import' command
5
* 'patch' fixed to work properly with http URLs and all other transports
8
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
12
* 'shelf' handles pipe errors better when invoking patch
15
* RELEASE: bzrtools 0.13.0
18
* Add encoding flag for 'baz-import'
19
* Fix deprecated API use in 'switch'
20
* Add show-paths command from Alexander Belchenko
23
* RELEASE: bzrtools 0.12.0
24
* Update 'import' command for unique roots changes
27
* Fix parent-setting in 'cbranch'.
30
* Update for unique roots changes
33
* RELEASE: bzrtools 0.11.0
38
* Shove is now deprecated
39
* Reduce interactive slowdown by late-loading PyBaz
40
* baz-import speedup: remove useless merge_innter call
43
* Check bzrlib version
44
* RELEASE: bzrtools 0.9.1
47
* RELEASE: bzrtools 0.9.0
50
* Add --no-color option to shelve/unshelve
53
* clean-tree no longer treats --detritus or --ignored as including --unknowns
59
* Add 'shove' command, to move changes to a different tree
68
* Add 'import' command, to import tarballs
71
* RELEASE: bzrtools 0.8.1
72
* Fixed test case failure
75
* RELEASE: bzrtools 0.8
78
* Renamed push to rspush (Robert Collins/Aaron Bentley)
81
* New Switch command (David Allouche/Canonical)
87
* Updates to Shelf command
90
* New baz-import algorithm, with respository support
93
* RELEASE: bzrtools 0.7
94
* Improved shell completion
95
* bzr push can omit working tree
96
* Documentation updates
99
* New test.py for standalone (kinda) testing
100
* New branch-history command
101
* New "fix" command (done automatically in fetch-ghosts)
104
* Various API updates
105
* Added force-reweave-inventory from Daniel Silverstone
106
* Decorated push from Robert Collins
107
* Improved shell completion
108
* Improved import when first ancestor is in an unregisered archive
111
* Added tests for several commands
112
* Made push auto_disable when native push present
113
* Merged Michael Ellerman's shelf v2 plugin
114
* New "shell" command, derived from Fai
115
* Got pull working with URLs
119
* disabled annotate in favor of bzr annotate
120
* Added clean-tree --detrius
124
* Default-ignore shelf files
125
* Win32 compatability fixes (Alexander Belchenko)
126
* Conflict handling now in bzr itself
127
* Fetch-missing renamed to fetch-ghosts
128
* Annotate includes changes since last commit, uses sha1 instead of text_id
131
* better errors for bad push locations (Eirik Nygaard)
132
* prevented push from overwriting any non-empty directory that is not an
133
ancestor branch. (Remote revision-history must be a subset of local.)
134
* added --overwrite option to push
137
* Significant reworking of graph-ancestry
138
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
139
* Updated to match bzr 0.0.8 API changes
140
* Updated to handle new bzr diff output
143
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
144
* obsoleted all the executibles; bzrtools only works as plugins now
148
* Added Michael Ellerman's shelf/unshelf
149
* Implemented python user interface
153
* much better error messages for common mistakes
154
* more thorough unit testing
155
* works better with recent merge changes
156
* Debian packaging (Jeff Bailey)
159
* baz2bzr supports updating a previous import (John Meinel)
160
* baz2bzr has proper commandline parsing (John Meinel)
161
* baz2bzr can skip symlinks when importing
162
* bzr-pull is obsolete, now that that bzr has a native pull command