2
* cbranch can now create parent directories for branches as needed.
5
* RELEASE: bzrtools 1.3.0
8
* Add link-tree command
11
* Add hard-link support to cbranch
14
* RELEASE: bzrtools 1.2.0
17
* Handle missing patch program
20
* Support branch6 formats (dirstate-tags, pack*) in rspush
21
* RELEASE: bzrtools 1.1.0
24
* "branches" and "multi-pull" updated to new find_* APIs.
25
* new "trees" command.
28
* cbranch is much faster, and supports --files-from.
31
* RELEASE: bzrtools 1.0.0
32
* Use dotted revnos in graph-ancestry
35
* Remove switch (now in bzr itself)
38
* Handle command.options glitch
39
* RELEASE: bzrtools 0.92.1
42
* Update rspush to work only in standalone trees and fix lock error
43
* RELEASE: bzrtools 0.92.0
46
* RELEASE: bzrtools 0.91.0
49
* switch works even when source branch is read-only
52
* Allow zap --force to delete a checkout with uncommitted changes
55
* Hide show-paths command, in favour of bzr info
56
* BzrTools does not do out-of-date checks unless a bzrtools command is run
57
* shelf doesn't emit reject message in test suite
58
* branches now works with Apache (and possibly other servers) again
59
* branches now dies quickly & cleanly if it can't connect
60
* multi-pull reuses connections where possible
61
* RELEASE: bzrtools 0.90.0
65
* RELEASE: bzrtools 0.18.0
68
* graph-ancestry supports new graph API, indicates both possible merge bases,
69
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
73
* RELEASE: bzrtools 0.17.0
74
* RELEASE: bzrtools 0.17.1
77
* Whitespace cleanups from Charlie Shepherd
80
* Version warning is suppressed for dev version of the next release. E.g.
81
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
84
* RELEASE: bzrtools 0.16.1
87
* RELEASE: bzrtools 0.16.0
90
* Get shelf tests passing with dirstate (again!)
91
* RELEASE: bzrtools 0.15.4
94
* Add branch parameter to show-paths
97
* RELEASE: bzrtools 0.15.3
100
* Hack around hunk headers showing as long lines.
103
* Handle broken python tar implementations in upstream_import
104
* RELEASE: bzrtools 0.15.2
107
* RELEASE: bzrtools 0.15.1
108
* RELEASE: bzrtools 0.15.0
111
* Colordiff warns on long lines
114
* RELEASE: bzrtools 0.14.0
117
* 'colordiff' now optionally checks for whitespace violations
120
* 'import' now imports directories.
123
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
124
your working directory hierarchy exactly. New config option must be
125
used: "cbranch_target". Appendpath policy should be used for this.
128
* 'import' command now honours execute bit in tarfiles
131
* 'graph-ancestry' shows branch nick if applicable
134
* 'patch' works over sftp (and, in theory, all transports)
137
* 'branch-history' tolerates commit ids with no email
140
* Add zip support to 'import' command
143
* 'patch' fixed to work properly with http URLs and all other transports
146
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
150
* 'shelf' handles pipe errors better when invoking patch
153
* RELEASE: bzrtools 0.13.0
156
* Add encoding flag for 'baz-import'
157
* Fix deprecated API use in 'switch'
158
* Add show-paths command from Alexander Belchenko
161
* RELEASE: bzrtools 0.12.0
162
* Update 'import' command for unique roots changes
165
* Fix parent-setting in 'cbranch'.
168
* Update for unique roots changes
171
* RELEASE: bzrtools 0.11.0
173
* Clean up test suite
176
* Shove is now deprecated
177
* Reduce interactive slowdown by late-loading PyBaz
178
* baz-import speedup: remove useless merge_innter call
181
* Check bzrlib version
182
* RELEASE: bzrtools 0.9.1
185
* RELEASE: bzrtools 0.9.0
188
* Add --no-color option to shelve/unshelve
191
* clean-tree no longer treats --detritus or --ignored as including --unknowns
197
* Add 'shove' command, to move changes to a different tree
206
* Add 'import' command, to import tarballs
209
* RELEASE: bzrtools 0.8.1
210
* Fixed test case failure
213
* RELEASE: bzrtools 0.8
216
* Renamed push to rspush (Robert Collins/Aaron Bentley)
219
* New Switch command (David Allouche/Canonical)
225
* Updates to Shelf command
228
* New baz-import algorithm, with respository support
231
* RELEASE: bzrtools 0.7
232
* Improved shell completion
233
* bzr push can omit working tree
234
* Documentation updates
237
* New test.py for standalone (kinda) testing
238
* New branch-history command
239
* New "fix" command (done automatically in fetch-ghosts)
242
* Various API updates
243
* Added force-reweave-inventory from Daniel Silverstone
244
* Decorated push from Robert Collins
245
* Improved shell completion
246
* Improved import when first ancestor is in an unregisered archive
249
* Added tests for several commands
250
* Made push auto_disable when native push present
251
* Merged Michael Ellerman's shelf v2 plugin
252
* New "shell" command, derived from Fai
253
* Got pull working with URLs
257
* disabled annotate in favor of bzr annotate
258
* Added clean-tree --detrius
262
* Default-ignore shelf files
263
* Win32 compatability fixes (Alexander Belchenko)
264
* Conflict handling now in bzr itself
265
* Fetch-missing renamed to fetch-ghosts
266
* Annotate includes changes since last commit, uses sha1 instead of text_id
269
* better errors for bad push locations (Eirik Nygaard)
270
* prevented push from overwriting any non-empty directory that is not an
271
ancestor branch. (Remote revision-history must be a subset of local.)
272
* added --overwrite option to push
275
* Significant reworking of graph-ancestry
276
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
277
* Updated to match bzr 0.0.8 API changes
278
* Updated to handle new bzr diff output
281
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
282
* obsoleted all the executibles; bzrtools only works as plugins now
3
286
* Added Michael Ellerman's shelf/unshelf