2
* Support branch6 formats (dirstate-tags, pack*) in rspush
5
* "branches" and "multi-pull" updated to new find_* APIs.
9
* cbranch is much faster, and supports --files-from.
12
* RELEASE: bzrtools 1.0.0
13
* Use dotted revnos in graph-ancestry
16
* Remove switch (now in bzr itself)
19
* Handle command.options glitch
20
* RELEASE: bzrtools 0.92.1
23
* Update rspush to work only in standalone trees and fix lock error
24
* RELEASE: bzrtools 0.92.0
27
* RELEASE: bzrtools 0.91.0
30
* switch works even when source branch is read-only
33
* Allow zap --force to delete a checkout with uncommitted changes
36
* Hide show-paths command, in favour of bzr info
37
* BzrTools does not do out-of-date checks unless a bzrtools command is run
38
* shelf doesn't emit reject message in test suite
39
* branches now works with Apache (and possibly other servers) again
40
* branches now dies quickly & cleanly if it can't connect
41
* multi-pull reuses connections where possible
42
* RELEASE: bzrtools 0.90.0
46
* RELEASE: bzrtools 0.18.0
49
* graph-ancestry supports new graph API, indicates both possible merge bases,
50
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
54
* RELEASE: bzrtools 0.17.0
55
* RELEASE: bzrtools 0.17.1
58
* Whitespace cleanups from Charlie Shepherd
61
* Version warning is suppressed for dev version of the next release. E.g.
62
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
65
* RELEASE: bzrtools 0.16.1
68
* RELEASE: bzrtools 0.16.0
71
* Get shelf tests passing with dirstate (again!)
72
* RELEASE: bzrtools 0.15.4
75
* Add branch parameter to show-paths
78
* RELEASE: bzrtools 0.15.3
81
* Hack around hunk headers showing as long lines.
84
* Handle broken python tar implementations in upstream_import
85
* RELEASE: bzrtools 0.15.2
88
* RELEASE: bzrtools 0.15.1
89
* RELEASE: bzrtools 0.15.0
92
* Colordiff warns on long lines
95
* RELEASE: bzrtools 0.14.0
98
* 'colordiff' now optionally checks for whitespace violations
101
* 'import' now imports directories.
104
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
105
your working directory hierarchy exactly. New config option must be
106
used: "cbranch_target". Appendpath policy should be used for this.
109
* 'import' command now honours execute bit in tarfiles
112
* 'graph-ancestry' shows branch nick if applicable
115
* 'patch' works over sftp (and, in theory, all transports)
118
* 'branch-history' tolerates commit ids with no email
121
* Add zip support to 'import' command
124
* 'patch' fixed to work properly with http URLs and all other transports
127
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
131
* 'shelf' handles pipe errors better when invoking patch
134
* RELEASE: bzrtools 0.13.0
137
* Add encoding flag for 'baz-import'
138
* Fix deprecated API use in 'switch'
139
* Add show-paths command from Alexander Belchenko
142
* RELEASE: bzrtools 0.12.0
143
* Update 'import' command for unique roots changes
146
* Fix parent-setting in 'cbranch'.
149
* Update for unique roots changes
152
* RELEASE: bzrtools 0.11.0
154
* Clean up test suite
157
* Shove is now deprecated
158
* Reduce interactive slowdown by late-loading PyBaz
159
* baz-import speedup: remove useless merge_innter call
162
* Check bzrlib version
163
* RELEASE: bzrtools 0.9.1
166
* RELEASE: bzrtools 0.9.0
169
* Add --no-color option to shelve/unshelve
172
* clean-tree no longer treats --detritus or --ignored as including --unknowns
178
* Add 'shove' command, to move changes to a different tree
187
* Add 'import' command, to import tarballs
190
* RELEASE: bzrtools 0.8.1
191
* Fixed test case failure
194
* RELEASE: bzrtools 0.8
197
* Renamed push to rspush (Robert Collins/Aaron Bentley)
200
* New Switch command (David Allouche/Canonical)
206
* Updates to Shelf command
209
* New baz-import algorithm, with respository support
212
* RELEASE: bzrtools 0.7
213
* Improved shell completion
214
* bzr push can omit working tree
215
* Documentation updates
218
* New test.py for standalone (kinda) testing
219
* New branch-history command
220
* New "fix" command (done automatically in fetch-ghosts)
223
* Various API updates
224
* Added force-reweave-inventory from Daniel Silverstone
225
* Decorated push from Robert Collins
226
* Improved shell completion
227
* Improved import when first ancestor is in an unregisered archive
230
* Added tests for several commands
231
* Made push auto_disable when native push present
232
* Merged Michael Ellerman's shelf v2 plugin
233
* New "shell" command, derived from Fai
234
* Got pull working with URLs
238
* disabled annotate in favor of bzr annotate
239
* Added clean-tree --detrius
243
* Default-ignore shelf files
244
* Win32 compatability fixes (Alexander Belchenko)
245
* Conflict handling now in bzr itself
246
* Fetch-missing renamed to fetch-ghosts
247
* Annotate includes changes since last commit, uses sha1 instead of text_id
250
* better errors for bad push locations (Eirik Nygaard)
251
* prevented push from overwriting any non-empty directory that is not an
252
ancestor branch. (Remote revision-history must be a subset of local.)
253
* added --overwrite option to push
256
* Significant reworking of graph-ancestry
257
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
258
* Updated to match bzr 0.0.8 API changes
259
* Updated to handle new bzr diff output
262
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
263
* obsoleted all the executibles; bzrtools only works as plugins now
3
267
* Added Michael Ellerman's shelf/unshelf