2
* Allow zap --force to delete a checkout with uncommitted changes
5
* Hide show-paths command, in favour of bzr info
6
* BzrTools does not do out-of-date checks unless a bzrtools command is run
7
* shelf doesn't emit reject message in test suite
8
* branches now works with Apache (and possibly other servers) again
9
* branches now dies quickly & cleanly if it can't connect
10
* multi-pull reuses connections where possible
11
* RELEASE: bzrtools 0.90.0
14
* RELEASE: bzrtools 0.18.0
17
* graph-ancestry supports new graph API, indicates both possible merge bases,
18
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
22
* RELEASE: bzrtools 0.17.0
23
* RELEASE: bzrtools 0.17.1
26
* Whitespace cleanups from Charlie Shepherd
29
* Version warning is suppressed for dev version of the next release. E.g.
30
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
33
* RELEASE: bzrtools 0.16.1
36
* RELEASE: bzrtools 0.16.0
39
* Get shelf tests passing with dirstate (again!)
40
* RELEASE: bzrtools 0.15.4
43
* Add branch parameter to show-paths
46
* RELEASE: bzrtools 0.15.3
49
* Hack around hunk headers showing as long lines.
52
* Handle broken python tar implementations in upstream_import
53
* RELEASE: bzrtools 0.15.2
56
* RELEASE: bzrtools 0.15.1
57
* RELEASE: bzrtools 0.15.0
60
* Colordiff warns on long lines
63
* RELEASE: bzrtools 0.14.0
66
* 'colordiff' now optionally checks for whitespace violations
69
* 'import' now imports directories.
72
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
73
your working directory hierarchy exactly. New config option must be
74
used: "cbranch_target". Appendpath policy should be used for this.
77
* 'import' command now honours execute bit in tarfiles
80
* 'graph-ancestry' shows branch nick if applicable
83
* 'patch' works over sftp (and, in theory, all transports)
86
* 'branch-history' tolerates commit ids with no email
89
* Add zip support to 'import' command
92
* 'patch' fixed to work properly with http URLs and all other transports
95
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
99
* 'shelf' handles pipe errors better when invoking patch
102
* RELEASE: bzrtools 0.13.0
105
* Add encoding flag for 'baz-import'
106
* Fix deprecated API use in 'switch'
107
* Add show-paths command from Alexander Belchenko
110
* RELEASE: bzrtools 0.12.0
111
* Update 'import' command for unique roots changes
114
* Fix parent-setting in 'cbranch'.
117
* Update for unique roots changes
120
* RELEASE: bzrtools 0.11.0
122
* Clean up test suite
125
* Shove is now deprecated
126
* Reduce interactive slowdown by late-loading PyBaz
127
* baz-import speedup: remove useless merge_innter call
130
* Check bzrlib version
131
* RELEASE: bzrtools 0.9.1
134
* RELEASE: bzrtools 0.9.0
137
* Add --no-color option to shelve/unshelve
140
* clean-tree no longer treats --detritus or --ignored as including --unknowns
146
* Add 'shove' command, to move changes to a different tree
155
* Add 'import' command, to import tarballs
158
* RELEASE: bzrtools 0.8.1
159
* Fixed test case failure
162
* RELEASE: bzrtools 0.8
165
* Renamed push to rspush (Robert Collins/Aaron Bentley)
168
* New Switch command (David Allouche/Canonical)
174
* Updates to Shelf command
177
* New baz-import algorithm, with respository support
180
* RELEASE: bzrtools 0.7
181
* Improved shell completion
182
* bzr push can omit working tree
183
* Documentation updates
186
* New test.py for standalone (kinda) testing
187
* New branch-history command
188
* New "fix" command (done automatically in fetch-ghosts)
191
* Various API updates
192
* Added force-reweave-inventory from Daniel Silverstone
193
* Decorated push from Robert Collins
194
* Improved shell completion
195
* Improved import when first ancestor is in an unregisered archive
198
* Added tests for several commands
199
* Made push auto_disable when native push present
200
* Merged Michael Ellerman's shelf v2 plugin
201
* New "shell" command, derived from Fai
202
* Got pull working with URLs
206
* disabled annotate in favor of bzr annotate
207
* Added clean-tree --detrius
211
* Default-ignore shelf files
212
* Win32 compatability fixes (Alexander Belchenko)
213
* Conflict handling now in bzr itself
214
* Fetch-missing renamed to fetch-ghosts
215
* Annotate includes changes since last commit, uses sha1 instead of text_id
218
* better errors for bad push locations (Eirik Nygaard)
219
* prevented push from overwriting any non-empty directory that is not an
220
ancestor branch. (Remote revision-history must be a subset of local.)
221
* added --overwrite option to push
224
* Significant reworking of graph-ancestry
225
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
226
* Updated to match bzr 0.0.8 API changes
227
* Updated to handle new bzr diff output
230
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
231
* obsoleted all the executibles; bzrtools only works as plugins now
235
* Added Michael Ellerman's shelf/unshelf
236
* Implemented python user interface
3
240
* much better error messages for common mistakes
4
241
* more thorough unit testing
5
242
* works better with recent merge changes
243
* Debian packaging (Jeff Bailey)
8
246
* baz2bzr supports updating a previous import (John Meinel)