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