2
* Fix compatibility with bzr.dev (Jelmer Vernoij)
3
* Remove unused imports (Jelmer Vernoij)
4
* Fix bug #263065 (Andi Albrecht)
5
* Rename 'branches' to 'list-branches', keep 'branches' as alias if not built
7
* RELEASE: bzrtools 2.4.1
10
* Fix compatibility with bzr 2.4 export API
11
* RELEASE: bzrtools 2.4.0
14
* import supports .tar.xz and tar.lzma files (Jelmer).
15
* deprecated_graph functionality migrated from bzr (Jelmer).
18
* Support non-ascii tarballs.
21
* DiffWriter provides writelines method (Jelmer).
24
* Stop using deprecated failIfExists/failUnlessExists in test suite.
25
* Stop using deprecated tree_files.
26
* bzr shell works on systems without readline support. (Martin [gz])
27
* setup.py doesn't execute on import (Robert Collins)
30
* zap --store uses pipeline to store uncommitted changes.
33
* bzr shell logs exceptions quietly (Martin [gz]).
36
* Fix Python 2.7 incompatibility
37
* RELEASE: bzrtools 2.3.1
40
* RELEASE: bzrtools 2.3.0
43
* Remove unneeded imports
46
* Fix tests of 'bzr zap'
49
* RELEASE: bzrtools 2.2.0
52
* RELEASE: bzrtools 2.1.0
55
* (Gordon Tyler) shell now accepts --directory
58
* shell now run qbzr commands in a subprocess.
61
* (Max Bowsher) fetch-ghosts now works again. And has tests.
64
* (Max Bowsher) Improved version checking
67
* conflict-diff no longer requires a single file to be specified. Multiple
68
files or no files can be specified.
71
* RELEASE: bzrtools 2.1.0b1
74
* Fix bug #435695: deprecation warning completing command names
75
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
76
chars in string.whitespace.
77
* (James Westby) patch accepts -p as a short name for --strip.
78
* (Benoît Pierre) ^C does not abort the shell command
79
* (Benoît Pierre) line parsing errors do not abort the shell command
80
* RELEASE: bzrtools 2.0.1
83
* RELEASE: bzrtools 2.0.0
86
* RELEASE: bzrtools 1.18.0
89
* RELEASE: bzrtools 1.17.0
92
* `create-mirror` mirrors child_submit_to
95
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
99
* RELEASE: bzrtools 1.16.0
102
* Implement create-mirror command
105
* Fix fetch-ghosts command for bzr 1.15
106
* RELEASE: bzrtools 1.15.0
109
* bzrtools officially upgraded to rich roots.
112
* Fix import command for Python 2.6
113
* RELEASE: bzrtools 1.14.0
116
* `bzr patch` handles URLs with trailing slashes.
117
* RELEASE: bzrtools 1.13.0
118
* Remove clean-tree (now in bzr core)
119
* New conflict-diff command
122
* RELEASE: bzrtools 1.12.0
125
* RELEASE: bzrtools 1.11.0
128
* Rename shelf command to shelf1, to match others & reduce confusion.
131
* RELEASE: bzrtools 1.10.0
134
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
135
* Support auto-detecting color in shelf UI
138
* Support colorizing in shelf UI
141
* RELEASE: bzrtools 1.9.1
144
* Restore runtime ignore for .shelf files
147
* RELEASE: bzrtools 1.9.0
150
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
153
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
154
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
157
* RELEASE: bzrtools 1.8.0
158
* Fix NotStandalone class to be stringable (#277652)
161
* RELEASE: bzrtools 1.7.0
164
* colordiff can now use /etc/colordiffrc
167
* RELEASE: bzrtools 1.6.0
170
* Fix bug in when TERM environment variable is unset
173
* Spin off baz-import into a separate project
177
* Mark show-paths as obsolete
178
* Update to avoid deprecated APIs
179
* RELEASE: bzrtools 1.5.0
182
* Test fixes from Alexander Belchenko
184
* Update heads plugin to use undeprecated APIs
187
* Updates to syntax highlighting from Marius Kruger
190
* Use Graph API (instead of old revision_graph code) for graph-ancestry
191
* RELEASE: bzrtools 1.4.0
194
* Add escaping to HTML graph-ancestry output
195
* Nicer error when patch fails
198
* cbranch can now create parent directories for branches as needed.
201
* RELEASE: bzrtools 1.3.0
204
* Add link-tree command
207
* Add hard-link support to cbranch
210
* RELEASE: bzrtools 1.2.0
213
* Handle missing patch program
216
* Support branch6 formats (dirstate-tags, pack*) in rspush
217
* RELEASE: bzrtools 1.1.0
220
* "branches" and "multi-pull" updated to new find_* APIs.
221
* new "trees" command.
224
* cbranch is much faster, and supports --files-from.
227
* RELEASE: bzrtools 1.0.0
228
* Use dotted revnos in graph-ancestry
231
* Remove switch (now in bzr itself)
234
* Handle command.options glitch
235
* RELEASE: bzrtools 0.92.1
238
* Update rspush to work only in standalone trees and fix lock error
239
* RELEASE: bzrtools 0.92.0
242
* RELEASE: bzrtools 0.91.0
245
* switch works even when source branch is read-only
248
* Allow zap --force to delete a checkout with uncommitted changes
251
* Hide show-paths command, in favour of bzr info
252
* BzrTools does not do out-of-date checks unless a bzrtools command is run
253
* shelf doesn't emit reject message in test suite
254
* branches now works with Apache (and possibly other servers) again
255
* branches now dies quickly & cleanly if it can't connect
256
* multi-pull reuses connections where possible
257
* RELEASE: bzrtools 0.90.0
261
* RELEASE: bzrtools 0.18.0
264
* graph-ancestry supports new graph API, indicates both possible merge bases,
265
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
269
* RELEASE: bzrtools 0.17.0
270
* RELEASE: bzrtools 0.17.1
273
* Whitespace cleanups from Charlie Shepherd
276
* Version warning is suppressed for dev version of the next release. E.g.
277
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
280
* RELEASE: bzrtools 0.16.1
283
* RELEASE: bzrtools 0.16.0
286
* Get shelf tests passing with dirstate (again!)
287
* RELEASE: bzrtools 0.15.4
290
* Add branch parameter to show-paths
293
* RELEASE: bzrtools 0.15.3
296
* Hack around hunk headers showing as long lines.
299
* Handle broken python tar implementations in upstream_import
300
* RELEASE: bzrtools 0.15.2
303
* RELEASE: bzrtools 0.15.1
304
* RELEASE: bzrtools 0.15.0
307
* Colordiff warns on long lines
310
* RELEASE: bzrtools 0.14.0
313
* 'colordiff' now optionally checks for whitespace violations
316
* 'import' now imports directories.
319
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
320
your working directory hierarchy exactly. New config option must be
321
used: "cbranch_target". Appendpath policy should be used for this.
324
* 'import' command now honours execute bit in tarfiles
327
* 'graph-ancestry' shows branch nick if applicable
330
* 'patch' works over sftp (and, in theory, all transports)
333
* 'branch-history' tolerates commit ids with no email
336
* Add zip support to 'import' command
339
* 'patch' fixed to work properly with http URLs and all other transports
342
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
346
* 'shelf' handles pipe errors better when invoking patch
349
* RELEASE: bzrtools 0.13.0
352
* Add encoding flag for 'baz-import'
353
* Fix deprecated API use in 'switch'
354
* Add show-paths command from Alexander Belchenko
357
* RELEASE: bzrtools 0.12.0
358
* Update 'import' command for unique roots changes
361
* Fix parent-setting in 'cbranch'.
364
* Update for unique roots changes
367
* RELEASE: bzrtools 0.11.0
369
* Clean up test suite
372
* Shove is now deprecated
373
* Reduce interactive slowdown by late-loading PyBaz
374
* baz-import speedup: remove useless merge_inner call
377
* Check bzrlib version
378
* RELEASE: bzrtools 0.9.1
381
* RELEASE: bzrtools 0.9.0
384
* Add --no-color option to shelve/unshelve
387
* clean-tree no longer treats --detritus or --ignored as including --unknowns
393
* Add 'shove' command, to move changes to a different tree
402
* Add 'import' command, to import tarballs
405
* RELEASE: bzrtools 0.8.1
406
* Fixed test case failure
409
* RELEASE: bzrtools 0.8
412
* Renamed push to rspush (Robert Collins/Aaron Bentley)
415
* New Switch command (David Allouche/Canonical)
421
* Updates to Shelf command
424
* New baz-import algorithm, with respository support
427
* RELEASE: bzrtools 0.7
428
* Improved shell completion
429
* bzr push can omit working tree
430
* Documentation updates
433
* New test.py for standalone (kinda) testing
434
* New branch-history command
435
* New "fix" command (done automatically in fetch-ghosts)
438
* Various API updates
439
* Added force-reweave-inventory from Daniel Silverstone
440
* Decorated push from Robert Collins
441
* Improved shell completion
442
* Improved import when first ancestor is in an unregisered archive
445
* Added tests for several commands
446
* Made push auto_disable when native push present
447
* Merged Michael Ellerman's shelf v2 plugin
448
* New "shell" command, derived from Fai
449
* Got pull working with URLs
453
* disabled annotate in favor of bzr annotate
454
* Added clean-tree --detrius
458
* Default-ignore shelf files
459
* Win32 compatability fixes (Alexander Belchenko)
460
* Conflict handling now in bzr itself
461
* Fetch-missing renamed to fetch-ghosts
462
* Annotate includes changes since last commit, uses sha1 instead of text_id
465
* better errors for bad push locations (Eirik Nygaard)
466
* prevented push from overwriting any non-empty directory that is not an
467
ancestor branch. (Remote revision-history must be a subset of local.)
468
* added --overwrite option to push
471
* Significant reworking of graph-ancestry
472
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
473
* Updated to match bzr 0.0.8 API changes
474
* Updated to handle new bzr diff output
2
477
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
3
478
* obsoleted all the executibles; bzrtools only works as plugins now