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
149
* Updates to syntax highlighting from Marius Kruger
152
* Use Graph API (instead of old revision_graph code) for graph-ancestry
153
* RELEASE: bzrtools 1.4.0
156
* Add escaping to HTML graph-ancestry output
157
* Nicer error when patch fails
160
* cbranch can now create parent directories for branches as needed.
163
* RELEASE: bzrtools 1.3.0
166
* Add link-tree command
169
* Add hard-link support to cbranch
172
* RELEASE: bzrtools 1.2.0
175
* Handle missing patch program
178
* Support branch6 formats (dirstate-tags, pack*) in rspush
179
* RELEASE: bzrtools 1.1.0
182
* "branches" and "multi-pull" updated to new find_* APIs.
183
* new "trees" command.
186
* cbranch is much faster, and supports --files-from.
189
* RELEASE: bzrtools 1.0.0
190
* Use dotted revnos in graph-ancestry
193
* Remove switch (now in bzr itself)
196
* Handle command.options glitch
197
* RELEASE: bzrtools 0.92.1
200
* Update rspush to work only in standalone trees and fix lock error
201
* RELEASE: bzrtools 0.92.0
204
* RELEASE: bzrtools 0.91.0
207
* switch works even when source branch is read-only
210
* Allow zap --force to delete a checkout with uncommitted changes
213
* Hide show-paths command, in favour of bzr info
214
* BzrTools does not do out-of-date checks unless a bzrtools command is run
215
* shelf doesn't emit reject message in test suite
216
* branches now works with Apache (and possibly other servers) again
217
* branches now dies quickly & cleanly if it can't connect
218
* multi-pull reuses connections where possible
219
* RELEASE: bzrtools 0.90.0
223
* RELEASE: bzrtools 0.18.0
226
* graph-ancestry supports new graph API, indicates both possible merge bases,
227
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
231
* RELEASE: bzrtools 0.17.0
232
* RELEASE: bzrtools 0.17.1
235
* Whitespace cleanups from Charlie Shepherd
238
* Version warning is suppressed for dev version of the next release. E.g.
239
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
242
* RELEASE: bzrtools 0.16.1
245
* RELEASE: bzrtools 0.16.0
248
* Get shelf tests passing with dirstate (again!)
249
* RELEASE: bzrtools 0.15.4
252
* Add branch parameter to show-paths
255
* RELEASE: bzrtools 0.15.3
258
* Hack around hunk headers showing as long lines.
261
* Handle broken python tar implementations in upstream_import
262
* RELEASE: bzrtools 0.15.2
265
* RELEASE: bzrtools 0.15.1
266
* RELEASE: bzrtools 0.15.0
269
* Colordiff warns on long lines
272
* RELEASE: bzrtools 0.14.0
275
* 'colordiff' now optionally checks for whitespace violations
278
* 'import' now imports directories.
281
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
282
your working directory hierarchy exactly. New config option must be
283
used: "cbranch_target". Appendpath policy should be used for this.
286
* 'import' command now honours execute bit in tarfiles
289
* 'graph-ancestry' shows branch nick if applicable
292
* 'patch' works over sftp (and, in theory, all transports)
295
* 'branch-history' tolerates commit ids with no email
298
* Add zip support to 'import' command
301
* 'patch' fixed to work properly with http URLs and all other transports
304
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
2
* patch fixed to work properly with http URLs and all other transports
5
* rspush supports dedicated rsync servers (i.e. site:: syntax)
308
* 'shelf' handles pipe errors better when invoking patch
9
* shelf handles pipe errors better when invoking patch
311
12
* RELEASE: bzrtools 0.13.0
314
15
* Add encoding flag for 'baz-import'
315
16
* Fix deprecated API use in 'switch'
316
17
* Add show-paths command from Alexander Belchenko
319
20
* RELEASE: bzrtools 0.12.0
320
21
* Update 'import' command for unique roots changes
323
24
* Fix parent-setting in 'cbranch'.
326
27
* Update for unique roots changes
329
30
* RELEASE: bzrtools 0.11.0
331
32
* Clean up test suite
334
35
* Shove is now deprecated
335
36
* Reduce interactive slowdown by late-loading PyBaz
336
* baz-import speedup: remove useless merge_inner call
37
* baz-import speedup: remove useless merge_innter call
339
40
* Check bzrlib version
340
41
* RELEASE: bzrtools 0.9.1
343
44
* RELEASE: bzrtools 0.9.0
346
47
* Add --no-color option to shelve/unshelve
349
50
* clean-tree no longer treats --detritus or --ignored as including --unknowns
352
53
* Shelf colorizing
355
56
* Add 'shove' command, to move changes to a different tree
358
59
* clean-tree tweaks
361
62
* test suite updates
364
65
* Add 'import' command, to import tarballs
367
68
* RELEASE: bzrtools 0.8.1
368
69
* Fixed test case failure
371
72
* RELEASE: bzrtools 0.8
374
75
* Renamed push to rspush (Robert Collins/Aaron Bentley)
377
78
* New Switch command (David Allouche/Canonical)
383
84
* Updates to Shelf command
386
87
* New baz-import algorithm, with respository support
389
90
* RELEASE: bzrtools 0.7
390
91
* Improved shell completion
391
92
* bzr push can omit working tree
392
93
* Documentation updates
395
96
* New test.py for standalone (kinda) testing
396
97
* New branch-history command
397
98
* New "fix" command (done automatically in fetch-ghosts)
400
101
* Various API updates
401
102
* Added force-reweave-inventory from Daniel Silverstone
402
103
* Decorated push from Robert Collins
403
104
* Improved shell completion
404
105
* Improved import when first ancestor is in an unregisered archive
407
108
* Added tests for several commands
408
109
* Made push auto_disable when native push present
409
110
* Merged Michael Ellerman's shelf v2 plugin
410
111
* New "shell" command, derived from Fai
411
112
* Got pull working with URLs
415
116
* disabled annotate in favor of bzr annotate
416
117
* Added clean-tree --detrius
417
118
* API sync with bzr
420
121
* Default-ignore shelf files
421
122
* Win32 compatability fixes (Alexander Belchenko)
422
123
* Conflict handling now in bzr itself
423
124
* Fetch-missing renamed to fetch-ghosts
424
125
* Annotate includes changes since last commit, uses sha1 instead of text_id
427
128
* better errors for bad push locations (Eirik Nygaard)
428
129
* prevented push from overwriting any non-empty directory that is not an
429
130
ancestor branch. (Remote revision-history must be a subset of local.)
430
131
* added --overwrite option to push
433
134
* Significant reworking of graph-ancestry
434
135
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
435
136
* Updated to match bzr 0.0.8 API changes
436
137
* Updated to handle new bzr diff output
439
140
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
440
141
* obsoleted all the executibles; bzrtools only works as plugins now