172
172
your working directory hierarchy exactly. New config option must be
173
173
used: "cbranch_target". Appendpath policy should be used for this.
176
176
* 'import' command now honours execute bit in tarfiles
179
179
* 'graph-ancestry' shows branch nick if applicable
182
182
* 'patch' works over sftp (and, in theory, all transports)
185
185
* 'branch-history' tolerates commit ids with no email
188
188
* Add zip support to 'import' command
191
191
* 'patch' fixed to work properly with http URLs and all other transports
194
194
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
195
195
(Andrew Tridgell)
198
198
* 'shelf' handles pipe errors better when invoking patch
201
201
* RELEASE: bzrtools 0.13.0
204
204
* Add encoding flag for 'baz-import'
205
205
* Fix deprecated API use in 'switch'
206
206
* Add show-paths command from Alexander Belchenko
209
209
* RELEASE: bzrtools 0.12.0
210
210
* Update 'import' command for unique roots changes
213
213
* Fix parent-setting in 'cbranch'.
216
216
* Update for unique roots changes
219
219
* RELEASE: bzrtools 0.11.0
221
221
* Clean up test suite
224
224
* Shove is now deprecated
225
225
* Reduce interactive slowdown by late-loading PyBaz
226
* baz-import speedup: remove useless merge_innter call
226
* baz-import speedup: remove useless merge_inner call
229
229
* Check bzrlib version
230
230
* RELEASE: bzrtools 0.9.1
233
233
* RELEASE: bzrtools 0.9.0
236
236
* Add --no-color option to shelve/unshelve
239
239
* clean-tree no longer treats --detritus or --ignored as including --unknowns
242
242
* Shelf colorizing
245
245
* Add 'shove' command, to move changes to a different tree
248
248
* clean-tree tweaks
251
251
* test suite updates
254
254
* Add 'import' command, to import tarballs
257
257
* RELEASE: bzrtools 0.8.1
258
258
* Fixed test case failure
261
261
* RELEASE: bzrtools 0.8
264
264
* Renamed push to rspush (Robert Collins/Aaron Bentley)
267
267
* New Switch command (David Allouche/Canonical)
270
270
* New Zap command
273
273
* Updates to Shelf command
276
276
* New baz-import algorithm, with respository support
279
279
* RELEASE: bzrtools 0.7
280
280
* Improved shell completion
281
281
* bzr push can omit working tree
282
282
* Documentation updates
285
285
* New test.py for standalone (kinda) testing
286
286
* New branch-history command
287
287
* New "fix" command (done automatically in fetch-ghosts)
290
290
* Various API updates
291
291
* Added force-reweave-inventory from Daniel Silverstone
292
292
* Decorated push from Robert Collins
293
293
* Improved shell completion
294
294
* Improved import when first ancestor is in an unregisered archive
297
297
* Added tests for several commands
298
298
* Made push auto_disable when native push present
299
299
* Merged Michael Ellerman's shelf v2 plugin
300
300
* New "shell" command, derived from Fai
301
301
* Got pull working with URLs
305
305
* disabled annotate in favor of bzr annotate
306
306
* Added clean-tree --detrius
307
307
* API sync with bzr
310
310
* Default-ignore shelf files
311
311
* Win32 compatability fixes (Alexander Belchenko)
312
312
* Conflict handling now in bzr itself
313
313
* Fetch-missing renamed to fetch-ghosts
314
314
* Annotate includes changes since last commit, uses sha1 instead of text_id
317
317
* better errors for bad push locations (Eirik Nygaard)
318
318
* prevented push from overwriting any non-empty directory that is not an
319
319
ancestor branch. (Remote revision-history must be a subset of local.)
320
320
* added --overwrite option to push
323
323
* Significant reworking of graph-ancestry
324
324
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
325
325
* Updated to match bzr 0.0.8 API changes
326
326
* Updated to handle new bzr diff output
329
329
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
330
330
* obsoleted all the executibles; bzrtools only works as plugins now