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
* RELEASE: bzrtools 1.7.0
126
* colordiff can now use /etc/colordiffrc
129
* RELEASE: bzrtools 1.6.0
132
* Fix bug in when TERM environment variable is unset
135
* Spin off baz-import into a separate project
139
* Mark show-paths as obsolete
140
* Update to avoid deprecated APIs
141
* RELEASE: bzrtools 1.5.0
144
* Test fixes from Alexander Belchenko
146
* Update heads plugin to use undeprecated APIs
149
2
* Updates to syntax highlighting from Marius Kruger
282
135
your working directory hierarchy exactly. New config option must be
283
136
used: "cbranch_target". Appendpath policy should be used for this.
286
139
* 'import' command now honours execute bit in tarfiles
289
142
* 'graph-ancestry' shows branch nick if applicable
292
145
* 'patch' works over sftp (and, in theory, all transports)
295
148
* 'branch-history' tolerates commit ids with no email
298
151
* Add zip support to 'import' command
301
154
* 'patch' fixed to work properly with http URLs and all other transports
304
157
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
305
158
(Andrew Tridgell)
308
161
* 'shelf' handles pipe errors better when invoking patch
311
164
* RELEASE: bzrtools 0.13.0
314
167
* Add encoding flag for 'baz-import'
315
168
* Fix deprecated API use in 'switch'
316
169
* Add show-paths command from Alexander Belchenko
319
172
* RELEASE: bzrtools 0.12.0
320
173
* Update 'import' command for unique roots changes
323
176
* Fix parent-setting in 'cbranch'.
326
179
* Update for unique roots changes
329
182
* RELEASE: bzrtools 0.11.0
331
184
* Clean up test suite
334
187
* Shove is now deprecated
335
188
* Reduce interactive slowdown by late-loading PyBaz
336
* baz-import speedup: remove useless merge_inner call
189
* baz-import speedup: remove useless merge_innter call
339
192
* Check bzrlib version
340
193
* RELEASE: bzrtools 0.9.1
343
196
* RELEASE: bzrtools 0.9.0
346
199
* Add --no-color option to shelve/unshelve
349
202
* clean-tree no longer treats --detritus or --ignored as including --unknowns
352
205
* Shelf colorizing
355
208
* Add 'shove' command, to move changes to a different tree
358
211
* clean-tree tweaks
361
214
* test suite updates
364
217
* Add 'import' command, to import tarballs
367
220
* RELEASE: bzrtools 0.8.1
368
221
* Fixed test case failure
371
224
* RELEASE: bzrtools 0.8
374
227
* Renamed push to rspush (Robert Collins/Aaron Bentley)
377
230
* New Switch command (David Allouche/Canonical)
380
233
* New Zap command
383
236
* Updates to Shelf command
386
239
* New baz-import algorithm, with respository support
389
242
* RELEASE: bzrtools 0.7
390
243
* Improved shell completion
391
244
* bzr push can omit working tree
392
245
* Documentation updates
395
248
* New test.py for standalone (kinda) testing
396
249
* New branch-history command
397
250
* New "fix" command (done automatically in fetch-ghosts)
400
253
* Various API updates
401
254
* Added force-reweave-inventory from Daniel Silverstone
402
255
* Decorated push from Robert Collins
403
256
* Improved shell completion
404
257
* Improved import when first ancestor is in an unregisered archive
407
260
* Added tests for several commands
408
261
* Made push auto_disable when native push present
409
262
* Merged Michael Ellerman's shelf v2 plugin
410
263
* New "shell" command, derived from Fai
411
264
* Got pull working with URLs
415
268
* disabled annotate in favor of bzr annotate
416
269
* Added clean-tree --detrius
417
270
* API sync with bzr
420
273
* Default-ignore shelf files
421
274
* Win32 compatability fixes (Alexander Belchenko)
422
275
* Conflict handling now in bzr itself
423
276
* Fetch-missing renamed to fetch-ghosts
424
277
* Annotate includes changes since last commit, uses sha1 instead of text_id
427
280
* better errors for bad push locations (Eirik Nygaard)
428
281
* prevented push from overwriting any non-empty directory that is not an
429
282
ancestor branch. (Remote revision-history must be a subset of local.)
430
283
* added --overwrite option to push
433
286
* Significant reworking of graph-ancestry
434
287
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
435
288
* Updated to match bzr 0.0.8 API changes
436
289
* Updated to handle new bzr diff output
439
292
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
440
293
* obsoleted all the executibles; bzrtools only works as plugins now