2
* RELEASE: bzrtools 2.0.0
5
* RELEASE: bzrtools 1.18.0
8
* RELEASE: bzrtools 1.17.0
11
* `create-mirror` mirrors child_submit_to
14
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
18
* RELEASE: bzrtools 1.16.0
21
* Implement create-mirror command
24
* Fix fetch-ghosts command for bzr 1.15
25
* RELEASE: bzrtools 1.15.0
28
* bzrtools officially upgraded to rich roots.
31
* Fix import command for Python 2.6
32
* RELEASE: bzrtools 1.14.0
35
* `bzr patch` handles URLs with trailing slashes.
36
* RELEASE: bzrtools 1.13.0
37
* Remove clean-tree (now in bzr core)
38
* New conflict-diff command
41
* RELEASE: bzrtools 1.12.0
44
* RELEASE: bzrtools 1.11.0
47
* Rename shelf command to shelf1, to match others & reduce confusion.
50
* RELEASE: bzrtools 1.10.0
53
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
54
* Support auto-detecting color in shelf UI
57
* Support colorizing in shelf UI
60
* RELEASE: bzrtools 1.9.1
63
* Restore runtime ignore for .shelf files
66
* RELEASE: bzrtools 1.9.0
69
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
72
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
73
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
76
* RELEASE: bzrtools 1.8.0
77
* Fix NotStandalone class to be stringable (#277652)
80
* RELEASE: bzrtools 1.7.0
83
* colordiff can now use /etc/colordiffrc
86
* RELEASE: bzrtools 1.6.0
89
* Fix bug in when TERM environment variable is unset
92
* Spin off baz-import into a separate project
96
* Mark show-paths as obsolete
97
* Update to avoid deprecated APIs
98
* RELEASE: bzrtools 1.5.0
101
* Test fixes from Alexander Belchenko
103
* Update heads plugin to use undeprecated APIs
106
* Updates to syntax highlighting from Marius Kruger
109
* Use Graph API (instead of old revision_graph code) for graph-ancestry
110
* RELEASE: bzrtools 1.4.0
113
* Add escaping to HTML graph-ancestry output
114
* Nicer error when patch fails
117
* cbranch can now create parent directories for branches as needed.
120
* RELEASE: bzrtools 1.3.0
123
* Add link-tree command
126
* Add hard-link support to cbranch
129
* RELEASE: bzrtools 1.2.0
132
* Handle missing patch program
135
* Support branch6 formats (dirstate-tags, pack*) in rspush
136
* RELEASE: bzrtools 1.1.0
139
* "branches" and "multi-pull" updated to new find_* APIs.
140
* new "trees" command.
143
* cbranch is much faster, and supports --files-from.
146
* RELEASE: bzrtools 1.0.0
147
* Use dotted revnos in graph-ancestry
150
* Remove switch (now in bzr itself)
153
* Handle command.options glitch
154
* RELEASE: bzrtools 0.92.1
157
* Update rspush to work only in standalone trees and fix lock error
158
* RELEASE: bzrtools 0.92.0
161
* RELEASE: bzrtools 0.91.0
164
* switch works even when source branch is read-only
167
* Allow zap --force to delete a checkout with uncommitted changes
170
* Hide show-paths command, in favour of bzr info
171
* BzrTools does not do out-of-date checks unless a bzrtools command is run
172
* shelf doesn't emit reject message in test suite
173
* branches now works with Apache (and possibly other servers) again
174
* branches now dies quickly & cleanly if it can't connect
175
* multi-pull reuses connections where possible
176
* RELEASE: bzrtools 0.90.0
180
* RELEASE: bzrtools 0.18.0
183
* graph-ancestry supports new graph API, indicates both possible merge bases,
184
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
188
* RELEASE: bzrtools 0.17.0
189
* RELEASE: bzrtools 0.17.1
192
* Whitespace cleanups from Charlie Shepherd
195
* Version warning is suppressed for dev version of the next release. E.g.
196
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
199
* RELEASE: bzrtools 0.16.1
202
* RELEASE: bzrtools 0.16.0
205
* Get shelf tests passing with dirstate (again!)
206
* RELEASE: bzrtools 0.15.4
209
* Add branch parameter to show-paths
212
* RELEASE: bzrtools 0.15.3
215
* Hack around hunk headers showing as long lines.
218
* Handle broken python tar implementations in upstream_import
219
* RELEASE: bzrtools 0.15.2
222
* RELEASE: bzrtools 0.15.1
223
* RELEASE: bzrtools 0.15.0
226
* Colordiff warns on long lines
229
* RELEASE: bzrtools 0.14.0
232
* 'colordiff' now optionally checks for whitespace violations
235
* 'import' now imports directories.
238
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
239
your working directory hierarchy exactly. New config option must be
240
used: "cbranch_target". Appendpath policy should be used for this.
243
* 'import' command now honours execute bit in tarfiles
246
* 'graph-ancestry' shows branch nick if applicable
249
* 'patch' works over sftp (and, in theory, all transports)
252
* 'branch-history' tolerates commit ids with no email
255
* Add zip support to 'import' command
258
* 'patch' fixed to work properly with http URLs and all other transports
261
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
265
* 'shelf' handles pipe errors better when invoking patch
268
* RELEASE: bzrtools 0.13.0
271
* Add encoding flag for 'baz-import'
272
* Fix deprecated API use in 'switch'
273
* Add show-paths command from Alexander Belchenko
276
* RELEASE: bzrtools 0.12.0
277
* Update 'import' command for unique roots changes
280
* Fix parent-setting in 'cbranch'.
283
* Update for unique roots changes
286
2
* RELEASE: bzrtools 0.11.0
288
4
* Clean up test suite
291
7
* Shove is now deprecated
292
8
* Reduce interactive slowdown by late-loading PyBaz
293
* baz-import speedup: remove useless merge_inner call
9
* baz-import speedup: remove useless merge_innter call
296
12
* Check bzrlib version
297
13
* RELEASE: bzrtools 0.9.1
300
16
* RELEASE: bzrtools 0.9.0
303
19
* Add --no-color option to shelve/unshelve
306
22
* clean-tree no longer treats --detritus or --ignored as including --unknowns
309
25
* Shelf colorizing
312
28
* Add 'shove' command, to move changes to a different tree
315
31
* clean-tree tweaks
318
34
* test suite updates
321
37
* Add 'import' command, to import tarballs
324
40
* RELEASE: bzrtools 0.8.1
325
41
* Fixed test case failure
328
44
* RELEASE: bzrtools 0.8
331
47
* Renamed push to rspush (Robert Collins/Aaron Bentley)
334
50
* New Switch command (David Allouche/Canonical)
340
56
* Updates to Shelf command
343
59
* New baz-import algorithm, with respository support
346
62
* RELEASE: bzrtools 0.7
347
63
* Improved shell completion
348
64
* bzr push can omit working tree
349
65
* Documentation updates
352
68
* New test.py for standalone (kinda) testing
353
69
* New branch-history command
354
70
* New "fix" command (done automatically in fetch-ghosts)
357
73
* Various API updates
358
74
* Added force-reweave-inventory from Daniel Silverstone
359
75
* Decorated push from Robert Collins
360
76
* Improved shell completion
361
77
* Improved import when first ancestor is in an unregisered archive
364
80
* Added tests for several commands
365
81
* Made push auto_disable when native push present
366
82
* Merged Michael Ellerman's shelf v2 plugin
367
83
* New "shell" command, derived from Fai
368
84
* Got pull working with URLs
372
88
* disabled annotate in favor of bzr annotate
373
89
* Added clean-tree --detrius
374
90
* API sync with bzr
377
93
* Default-ignore shelf files
378
94
* Win32 compatability fixes (Alexander Belchenko)
379
95
* Conflict handling now in bzr itself
380
96
* Fetch-missing renamed to fetch-ghosts
381
97
* Annotate includes changes since last commit, uses sha1 instead of text_id
384
100
* better errors for bad push locations (Eirik Nygaard)
385
101
* prevented push from overwriting any non-empty directory that is not an
386
102
ancestor branch. (Remote revision-history must be a subset of local.)
387
103
* added --overwrite option to push
390
106
* Significant reworking of graph-ancestry
391
107
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
392
108
* Updated to match bzr 0.0.8 API changes
393
109
* Updated to handle new bzr diff output
396
112
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
397
113
* obsoleted all the executibles; bzrtools only works as plugins now