2
* Fix zap command compatibility with bzr 2.6
3
* Compatibility fixes for bzr 2.6 in graph, import, shelf testing.
4
* RELEASE: bzrtools 2.6.0
7
* Fix compatibility with final beta before bzr 2.5
8
* Remove rspush command due to deprecation of Branch.revision_history
9
* RELEASE: bzrtools 2.5.0
12
* Fix compatibility with bzr.dev (Jelmer Vernoij)
13
* Remove unused imports (Jelmer Vernoij)
14
* Fix bug #263065 (Andi Albrecht)
15
* Rename 'branches' to 'list-branches', keep 'branches' as alias if not built
17
* RELEASE: bzrtools 2.4.1
20
* Fix compatibility with bzr 2.4 export API
21
* RELEASE: bzrtools 2.4.0
24
* import supports .tar.xz and tar.lzma files (Jelmer).
25
* deprecated_graph functionality migrated from bzr (Jelmer).
28
* Support non-ascii tarballs.
31
* DiffWriter provides writelines method (Jelmer).
34
* Stop using deprecated failIfExists/failUnlessExists in test suite.
35
* Stop using deprecated tree_files.
36
* bzr shell works on systems without readline support. (Martin [gz])
37
* setup.py doesn't execute on import (Robert Collins)
40
* zap --store uses pipeline to store uncommitted changes.
43
* bzr shell logs exceptions quietly (Martin [gz]).
46
* Fix Python 2.7 incompatibility
47
* RELEASE: bzrtools 2.3.1
50
* RELEASE: bzrtools 2.3.0
53
* Remove unneeded imports
56
* Fix tests of 'bzr zap'
59
* RELEASE: bzrtools 2.2.0
62
* RELEASE: bzrtools 2.1.0
65
* (Gordon Tyler) shell now accepts --directory
68
* shell now run qbzr commands in a subprocess.
71
* (Max Bowsher) fetch-ghosts now works again. And has tests.
74
* (Max Bowsher) Improved version checking
77
* conflict-diff no longer requires a single file to be specified. Multiple
78
files or no files can be specified.
81
* RELEASE: bzrtools 2.1.0b1
84
* Fix bug #435695: deprecation warning completing command names
85
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
86
chars in string.whitespace.
87
* (James Westby) patch accepts -p as a short name for --strip.
88
* (Benoît Pierre) ^C does not abort the shell command
89
* (Benoît Pierre) line parsing errors do not abort the shell command
90
* RELEASE: bzrtools 2.0.1
93
* RELEASE: bzrtools 2.0.0
96
* RELEASE: bzrtools 1.18.0
99
* RELEASE: bzrtools 1.17.0
102
* `create-mirror` mirrors child_submit_to
105
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
109
* RELEASE: bzrtools 1.16.0
112
* Implement create-mirror command
115
* Fix fetch-ghosts command for bzr 1.15
116
* RELEASE: bzrtools 1.15.0
119
* bzrtools officially upgraded to rich roots.
122
* Fix import command for Python 2.6
123
* RELEASE: bzrtools 1.14.0
126
* `bzr patch` handles URLs with trailing slashes.
127
* RELEASE: bzrtools 1.13.0
128
* Remove clean-tree (now in bzr core)
129
* New conflict-diff command
132
* RELEASE: bzrtools 1.12.0
135
* RELEASE: bzrtools 1.11.0
138
* Rename shelf command to shelf1, to match others & reduce confusion.
141
* RELEASE: bzrtools 1.10.0
144
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
145
* Support auto-detecting color in shelf UI
148
* Support colorizing in shelf UI
151
* RELEASE: bzrtools 1.9.1
154
* Restore runtime ignore for .shelf files
157
* RELEASE: bzrtools 1.9.0
160
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
163
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
164
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
167
* RELEASE: bzrtools 1.8.0
168
* Fix NotStandalone class to be stringable (#277652)
171
* RELEASE: bzrtools 1.7.0
174
* colordiff can now use /etc/colordiffrc
177
* RELEASE: bzrtools 1.6.0
180
* Fix bug in when TERM environment variable is unset
183
* Spin off baz-import into a separate project
187
* Mark show-paths as obsolete
188
* Update to avoid deprecated APIs
189
* RELEASE: bzrtools 1.5.0
192
* Test fixes from Alexander Belchenko
194
* Update heads plugin to use undeprecated APIs
197
* Updates to syntax highlighting from Marius Kruger
200
* Use Graph API (instead of old revision_graph code) for graph-ancestry
201
* RELEASE: bzrtools 1.4.0
204
* Add escaping to HTML graph-ancestry output
205
* Nicer error when patch fails
208
* cbranch can now create parent directories for branches as needed.
211
* RELEASE: bzrtools 1.3.0
214
* Add link-tree command
217
* Add hard-link support to cbranch
220
* RELEASE: bzrtools 1.2.0
223
* Handle missing patch program
226
* Support branch6 formats (dirstate-tags, pack*) in rspush
227
* RELEASE: bzrtools 1.1.0
230
* "branches" and "multi-pull" updated to new find_* APIs.
231
* new "trees" command.
234
* cbranch is much faster, and supports --files-from.
237
* RELEASE: bzrtools 1.0.0
238
* Use dotted revnos in graph-ancestry
241
* Remove switch (now in bzr itself)
244
* Handle command.options glitch
245
* RELEASE: bzrtools 0.92.1
248
* Update rspush to work only in standalone trees and fix lock error
249
* RELEASE: bzrtools 0.92.0
252
* RELEASE: bzrtools 0.91.0
255
* switch works even when source branch is read-only
258
* Allow zap --force to delete a checkout with uncommitted changes
261
* Hide show-paths command, in favour of bzr info
262
* BzrTools does not do out-of-date checks unless a bzrtools command is run
263
* shelf doesn't emit reject message in test suite
264
* branches now works with Apache (and possibly other servers) again
265
* branches now dies quickly & cleanly if it can't connect
266
* multi-pull reuses connections where possible
267
* RELEASE: bzrtools 0.90.0
271
* RELEASE: bzrtools 0.18.0
274
* graph-ancestry supports new graph API, indicates both possible merge bases,
275
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
279
* RELEASE: bzrtools 0.17.0
280
* RELEASE: bzrtools 0.17.1
283
* Whitespace cleanups from Charlie Shepherd
286
* Version warning is suppressed for dev version of the next release. E.g.
287
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
290
* RELEASE: bzrtools 0.16.1
293
* RELEASE: bzrtools 0.16.0
296
* Get shelf tests passing with dirstate (again!)
297
* RELEASE: bzrtools 0.15.4
300
* Add branch parameter to show-paths
303
* RELEASE: bzrtools 0.15.3
306
* Hack around hunk headers showing as long lines.
309
* Handle broken python tar implementations in upstream_import
310
* RELEASE: bzrtools 0.15.2
313
* RELEASE: bzrtools 0.15.1
314
* RELEASE: bzrtools 0.15.0
317
* Colordiff warns on long lines
320
* RELEASE: bzrtools 0.14.0
323
* 'colordiff' now optionally checks for whitespace violations
326
* 'import' now imports directories.
329
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
330
your working directory hierarchy exactly. New config option must be
331
used: "cbranch_target". Appendpath policy should be used for this.
334
* 'import' command now honours execute bit in tarfiles
337
* 'graph-ancestry' shows branch nick if applicable
340
* 'patch' works over sftp (and, in theory, all transports)
343
* 'branch-history' tolerates commit ids with no email
346
* Add zip support to 'import' command
349
* 'patch' fixed to work properly with http URLs and all other transports
352
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
356
* 'shelf' handles pipe errors better when invoking patch
359
* RELEASE: bzrtools 0.13.0
362
* Add encoding flag for 'baz-import'
363
* Fix deprecated API use in 'switch'
364
* Add show-paths command from Alexander Belchenko
367
* RELEASE: bzrtools 0.12.0
368
* Update 'import' command for unique roots changes
371
* Fix parent-setting in 'cbranch'.
374
* Update for unique roots changes
377
* RELEASE: bzrtools 0.11.0
379
* Clean up test suite
382
* Shove is now deprecated
383
* Reduce interactive slowdown by late-loading PyBaz
384
* baz-import speedup: remove useless merge_inner call
387
* Check bzrlib version
388
* RELEASE: bzrtools 0.9.1
391
* RELEASE: bzrtools 0.9.0
394
* Add --no-color option to shelve/unshelve
397
* clean-tree no longer treats --detritus or --ignored as including --unknowns
403
* Add 'shove' command, to move changes to a different tree
412
* Add 'import' command, to import tarballs
415
* RELEASE: bzrtools 0.8.1
416
* Fixed test case failure
419
* RELEASE: bzrtools 0.8
422
* Renamed push to rspush (Robert Collins/Aaron Bentley)
425
* New Switch command (David Allouche/Canonical)
431
* Updates to Shelf command
434
* New baz-import algorithm, with respository support
437
* RELEASE: bzrtools 0.7
438
* Improved shell completion
439
* bzr push can omit working tree
440
* Documentation updates
443
* New test.py for standalone (kinda) testing
444
* New branch-history command
445
* New "fix" command (done automatically in fetch-ghosts)
448
* Various API updates
449
* Added force-reweave-inventory from Daniel Silverstone
450
* Decorated push from Robert Collins
451
* Improved shell completion
452
* Improved import when first ancestor is in an unregisered archive
455
* Added tests for several commands
456
* Made push auto_disable when native push present
457
* Merged Michael Ellerman's shelf v2 plugin
458
* New "shell" command, derived from Fai
459
* Got pull working with URLs
463
* disabled annotate in favor of bzr annotate
464
* Added clean-tree --detrius
468
* Default-ignore shelf files
469
* Win32 compatability fixes (Alexander Belchenko)
470
* Conflict handling now in bzr itself
471
* Fetch-missing renamed to fetch-ghosts
472
* Annotate includes changes since last commit, uses sha1 instead of text_id
475
* better errors for bad push locations (Eirik Nygaard)
476
* prevented push from overwriting any non-empty directory that is not an
477
ancestor branch. (Remote revision-history must be a subset of local.)
478
* added --overwrite option to push
481
* Significant reworking of graph-ancestry
482
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
483
* Updated to match bzr 0.0.8 API changes
484
* Updated to handle new bzr diff output
2
487
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
3
488
* obsoleted all the executibles; bzrtools only works as plugins now