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