2
* RELEASE: bzrtools 2.3.0
5
* Remove unneeded imports
8
* Fix tests of 'bzr zap'
11
* RELEASE: bzrtools 2.2.0
14
* RELEASE: bzrtools 2.1.0
17
* (Gordon Tyler) shell now accepts --directory
20
* shell now run qbzr commands in a subprocess.
23
* (Max Bowsher) fetch-ghosts now works again. And has tests.
26
* (Max Bowsher) Improved version checking
29
* conflict-diff no longer requires a single file to be specified. Multiple
30
files or no files can be specified.
33
* RELEASE: bzrtools 2.1.0b1
36
* Fix bug #435695: deprecation warning completing command names
37
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
38
chars in string.whitespace.
39
* (James Westby) patch accepts -p as a short name for --strip.
40
* (Benoît Pierre) ^C does not abort the shell command
41
* (Benoît Pierre) line parsing errors do not abort the shell command
42
* RELEASE: bzrtools 2.0.1
45
* RELEASE: bzrtools 2.0.0
48
* RELEASE: bzrtools 1.18.0
51
* RELEASE: bzrtools 1.17.0
54
* `create-mirror` mirrors child_submit_to
57
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
61
* RELEASE: bzrtools 1.16.0
64
* Implement create-mirror command
67
* Fix fetch-ghosts command for bzr 1.15
68
* RELEASE: bzrtools 1.15.0
71
* bzrtools officially upgraded to rich roots.
74
* Fix import command for Python 2.6
75
* RELEASE: bzrtools 1.14.0
78
* `bzr patch` handles URLs with trailing slashes.
79
* RELEASE: bzrtools 1.13.0
80
* Remove clean-tree (now in bzr core)
81
* New conflict-diff command
84
* RELEASE: bzrtools 1.12.0
87
* RELEASE: bzrtools 1.11.0
90
* Rename shelf command to shelf1, to match others & reduce confusion.
93
* RELEASE: bzrtools 1.10.0
96
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
97
* Support auto-detecting color in shelf UI
100
* Support colorizing in shelf UI
103
* RELEASE: bzrtools 1.9.1
106
* Restore runtime ignore for .shelf files
109
* RELEASE: bzrtools 1.9.0
112
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
115
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
116
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
119
* RELEASE: bzrtools 1.8.0
120
* Fix NotStandalone class to be stringable (#277652)
123
2
* RELEASE: bzrtools 1.7.0
282
161
your working directory hierarchy exactly. New config option must be
283
162
used: "cbranch_target". Appendpath policy should be used for this.
286
165
* 'import' command now honours execute bit in tarfiles
289
168
* 'graph-ancestry' shows branch nick if applicable
292
171
* 'patch' works over sftp (and, in theory, all transports)
295
174
* 'branch-history' tolerates commit ids with no email
298
177
* Add zip support to 'import' command
301
180
* 'patch' fixed to work properly with http URLs and all other transports
304
183
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
305
184
(Andrew Tridgell)
308
187
* 'shelf' handles pipe errors better when invoking patch
311
190
* RELEASE: bzrtools 0.13.0
314
193
* Add encoding flag for 'baz-import'
315
194
* Fix deprecated API use in 'switch'
316
195
* Add show-paths command from Alexander Belchenko
319
198
* RELEASE: bzrtools 0.12.0
320
199
* Update 'import' command for unique roots changes
323
202
* Fix parent-setting in 'cbranch'.
326
205
* Update for unique roots changes
329
208
* RELEASE: bzrtools 0.11.0
331
210
* Clean up test suite
334
213
* Shove is now deprecated
335
214
* Reduce interactive slowdown by late-loading PyBaz
336
* baz-import speedup: remove useless merge_inner call
215
* baz-import speedup: remove useless merge_innter call
339
218
* Check bzrlib version
340
219
* RELEASE: bzrtools 0.9.1
343
222
* RELEASE: bzrtools 0.9.0
346
225
* Add --no-color option to shelve/unshelve
349
228
* clean-tree no longer treats --detritus or --ignored as including --unknowns
352
231
* Shelf colorizing
355
234
* Add 'shove' command, to move changes to a different tree
358
237
* clean-tree tweaks
361
240
* test suite updates
364
243
* Add 'import' command, to import tarballs
367
246
* RELEASE: bzrtools 0.8.1
368
247
* Fixed test case failure
371
250
* RELEASE: bzrtools 0.8
374
253
* Renamed push to rspush (Robert Collins/Aaron Bentley)
377
256
* New Switch command (David Allouche/Canonical)
380
259
* New Zap command
383
262
* Updates to Shelf command
386
265
* New baz-import algorithm, with respository support
389
268
* RELEASE: bzrtools 0.7
390
269
* Improved shell completion
391
270
* bzr push can omit working tree
392
271
* Documentation updates
395
274
* New test.py for standalone (kinda) testing
396
275
* New branch-history command
397
276
* New "fix" command (done automatically in fetch-ghosts)
400
279
* Various API updates
401
280
* Added force-reweave-inventory from Daniel Silverstone
402
281
* Decorated push from Robert Collins
403
282
* Improved shell completion
404
283
* Improved import when first ancestor is in an unregisered archive
407
286
* Added tests for several commands
408
287
* Made push auto_disable when native push present
409
288
* Merged Michael Ellerman's shelf v2 plugin
410
289
* New "shell" command, derived from Fai
411
290
* Got pull working with URLs
415
294
* disabled annotate in favor of bzr annotate
416
295
* Added clean-tree --detrius
417
296
* API sync with bzr
420
299
* Default-ignore shelf files
421
300
* Win32 compatability fixes (Alexander Belchenko)
422
301
* Conflict handling now in bzr itself
423
302
* Fetch-missing renamed to fetch-ghosts
424
303
* Annotate includes changes since last commit, uses sha1 instead of text_id
427
306
* better errors for bad push locations (Eirik Nygaard)
428
307
* prevented push from overwriting any non-empty directory that is not an
429
308
ancestor branch. (Remote revision-history must be a subset of local.)
430
309
* added --overwrite option to push
433
312
* Significant reworking of graph-ancestry
434
313
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
435
314
* Updated to match bzr 0.0.8 API changes
436
315
* Updated to handle new bzr diff output
439
318
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
440
319
* obsoleted all the executibles; bzrtools only works as plugins now