2
* RELEASE: bzrtools 1.9.1
5
* Restore runtime ignore for .shelf files
8
* RELEASE: bzrtools 1.9.0
11
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
14
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
15
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
18
* RELEASE: bzrtools 1.8.0
19
* Fix NotStandalone class to be stringable (#277652)
22
* RELEASE: bzrtools 1.7.0
25
* colordiff can now use /etc/colordiffrc
28
* RELEASE: bzrtools 1.6.0
31
* Fix bug in when TERM environment variable is unset
34
* Spin off baz-import into a separate project
38
* Mark show-paths as obsolete
39
* Update to avoid deprecated APIs
40
* RELEASE: bzrtools 1.5.0
43
* Test fixes from Alexander Belchenko
45
* Update heads plugin to use undeprecated APIs
2
48
* Updates to syntax highlighting from Marius Kruger
135
181
your working directory hierarchy exactly. New config option must be
136
182
used: "cbranch_target". Appendpath policy should be used for this.
139
185
* 'import' command now honours execute bit in tarfiles
142
188
* 'graph-ancestry' shows branch nick if applicable
145
191
* 'patch' works over sftp (and, in theory, all transports)
148
194
* 'branch-history' tolerates commit ids with no email
151
197
* Add zip support to 'import' command
154
200
* 'patch' fixed to work properly with http URLs and all other transports
157
203
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
158
204
(Andrew Tridgell)
161
207
* 'shelf' handles pipe errors better when invoking patch
164
210
* RELEASE: bzrtools 0.13.0
167
213
* Add encoding flag for 'baz-import'
168
214
* Fix deprecated API use in 'switch'
169
215
* Add show-paths command from Alexander Belchenko
172
218
* RELEASE: bzrtools 0.12.0
173
219
* Update 'import' command for unique roots changes
176
222
* Fix parent-setting in 'cbranch'.
179
225
* Update for unique roots changes
182
228
* RELEASE: bzrtools 0.11.0
184
230
* Clean up test suite
187
233
* Shove is now deprecated
188
234
* Reduce interactive slowdown by late-loading PyBaz
189
* baz-import speedup: remove useless merge_innter call
235
* baz-import speedup: remove useless merge_inner call
192
238
* Check bzrlib version
193
239
* RELEASE: bzrtools 0.9.1
196
242
* RELEASE: bzrtools 0.9.0
199
245
* Add --no-color option to shelve/unshelve
202
248
* clean-tree no longer treats --detritus or --ignored as including --unknowns
205
251
* Shelf colorizing
208
254
* Add 'shove' command, to move changes to a different tree
211
257
* clean-tree tweaks
214
260
* test suite updates
217
263
* Add 'import' command, to import tarballs
220
266
* RELEASE: bzrtools 0.8.1
221
267
* Fixed test case failure
224
270
* RELEASE: bzrtools 0.8
227
273
* Renamed push to rspush (Robert Collins/Aaron Bentley)
230
276
* New Switch command (David Allouche/Canonical)
233
279
* New Zap command
236
282
* Updates to Shelf command
239
285
* New baz-import algorithm, with respository support
242
288
* RELEASE: bzrtools 0.7
243
289
* Improved shell completion
244
290
* bzr push can omit working tree
245
291
* Documentation updates
248
294
* New test.py for standalone (kinda) testing
249
295
* New branch-history command
250
296
* New "fix" command (done automatically in fetch-ghosts)
253
299
* Various API updates
254
300
* Added force-reweave-inventory from Daniel Silverstone
255
301
* Decorated push from Robert Collins
256
302
* Improved shell completion
257
303
* Improved import when first ancestor is in an unregisered archive
260
306
* Added tests for several commands
261
307
* Made push auto_disable when native push present
262
308
* Merged Michael Ellerman's shelf v2 plugin
263
309
* New "shell" command, derived from Fai
264
310
* Got pull working with URLs
268
314
* disabled annotate in favor of bzr annotate
269
315
* Added clean-tree --detrius
270
316
* API sync with bzr
273
319
* Default-ignore shelf files
274
320
* Win32 compatability fixes (Alexander Belchenko)
275
321
* Conflict handling now in bzr itself
276
322
* Fetch-missing renamed to fetch-ghosts
277
323
* Annotate includes changes since last commit, uses sha1 instead of text_id
280
326
* better errors for bad push locations (Eirik Nygaard)
281
327
* prevented push from overwriting any non-empty directory that is not an
282
328
ancestor branch. (Remote revision-history must be a subset of local.)
283
329
* added --overwrite option to push
286
332
* Significant reworking of graph-ancestry
287
333
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
288
334
* Updated to match bzr 0.0.8 API changes
289
335
* Updated to handle new bzr diff output
292
338
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
293
339
* obsoleted all the executibles; bzrtools only works as plugins now