2
* `bzr patch` handles URLs with trailing slashes.
5
* RELEASE: bzrtools 1.12.0
8
* RELEASE: bzrtools 1.11.0
11
* Rename shelf command to shelf1, to match others & reduce confusion.
14
* RELEASE: bzrtools 1.10.0
17
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
18
* Support auto-detecting color in shelf UI
21
* Support colorizing in shelf UI
24
* RELEASE: bzrtools 1.9.1
27
* Restore runtime ignore for .shelf files
30
* RELEASE: bzrtools 1.9.0
33
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
36
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
37
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
40
* RELEASE: bzrtools 1.8.0
41
* Fix NotStandalone class to be stringable (#277652)
44
* RELEASE: bzrtools 1.7.0
47
* colordiff can now use /etc/colordiffrc
50
* RELEASE: bzrtools 1.6.0
53
* Fix bug in when TERM environment variable is unset
56
* Spin off baz-import into a separate project
60
* Mark show-paths as obsolete
61
* Update to avoid deprecated APIs
62
* RELEASE: bzrtools 1.5.0
65
* Test fixes from Alexander Belchenko
67
* Update heads plugin to use undeprecated APIs
2
70
* Updates to syntax highlighting from Marius Kruger
135
203
your working directory hierarchy exactly. New config option must be
136
204
used: "cbranch_target". Appendpath policy should be used for this.
139
207
* 'import' command now honours execute bit in tarfiles
142
210
* 'graph-ancestry' shows branch nick if applicable
145
213
* 'patch' works over sftp (and, in theory, all transports)
148
216
* 'branch-history' tolerates commit ids with no email
151
219
* Add zip support to 'import' command
154
222
* 'patch' fixed to work properly with http URLs and all other transports
157
225
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
158
226
(Andrew Tridgell)
161
229
* 'shelf' handles pipe errors better when invoking patch
164
232
* RELEASE: bzrtools 0.13.0
167
235
* Add encoding flag for 'baz-import'
168
236
* Fix deprecated API use in 'switch'
169
237
* Add show-paths command from Alexander Belchenko
172
240
* RELEASE: bzrtools 0.12.0
173
241
* Update 'import' command for unique roots changes
176
244
* Fix parent-setting in 'cbranch'.
179
247
* Update for unique roots changes
182
250
* RELEASE: bzrtools 0.11.0
184
252
* Clean up test suite
187
255
* Shove is now deprecated
188
256
* Reduce interactive slowdown by late-loading PyBaz
189
* baz-import speedup: remove useless merge_innter call
257
* baz-import speedup: remove useless merge_inner call
192
260
* Check bzrlib version
193
261
* RELEASE: bzrtools 0.9.1
196
264
* RELEASE: bzrtools 0.9.0
199
267
* Add --no-color option to shelve/unshelve
202
270
* clean-tree no longer treats --detritus or --ignored as including --unknowns
205
273
* Shelf colorizing
208
276
* Add 'shove' command, to move changes to a different tree
211
279
* clean-tree tweaks
214
282
* test suite updates
217
285
* Add 'import' command, to import tarballs
220
288
* RELEASE: bzrtools 0.8.1
221
289
* Fixed test case failure
224
292
* RELEASE: bzrtools 0.8
227
295
* Renamed push to rspush (Robert Collins/Aaron Bentley)
230
298
* New Switch command (David Allouche/Canonical)
233
301
* New Zap command
236
304
* Updates to Shelf command
239
307
* New baz-import algorithm, with respository support
242
310
* RELEASE: bzrtools 0.7
243
311
* Improved shell completion
244
312
* bzr push can omit working tree
245
313
* Documentation updates
248
316
* New test.py for standalone (kinda) testing
249
317
* New branch-history command
250
318
* New "fix" command (done automatically in fetch-ghosts)
253
321
* Various API updates
254
322
* Added force-reweave-inventory from Daniel Silverstone
255
323
* Decorated push from Robert Collins
256
324
* Improved shell completion
257
325
* Improved import when first ancestor is in an unregisered archive
260
328
* Added tests for several commands
261
329
* Made push auto_disable when native push present
262
330
* Merged Michael Ellerman's shelf v2 plugin
263
331
* New "shell" command, derived from Fai
264
332
* Got pull working with URLs
268
336
* disabled annotate in favor of bzr annotate
269
337
* Added clean-tree --detrius
270
338
* API sync with bzr
273
341
* Default-ignore shelf files
274
342
* Win32 compatability fixes (Alexander Belchenko)
275
343
* Conflict handling now in bzr itself
276
344
* Fetch-missing renamed to fetch-ghosts
277
345
* Annotate includes changes since last commit, uses sha1 instead of text_id
280
348
* better errors for bad push locations (Eirik Nygaard)
281
349
* prevented push from overwriting any non-empty directory that is not an
282
350
ancestor branch. (Remote revision-history must be a subset of local.)
283
351
* added --overwrite option to push
286
354
* Significant reworking of graph-ancestry
287
355
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
288
356
* Updated to match bzr 0.0.8 API changes
289
357
* Updated to handle new bzr diff output
292
360
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
293
361
* obsoleted all the executibles; bzrtools only works as plugins now