2
* RELEASE: bzrtools 1.17.0
5
* `create-mirror` mirrors child_submit_to
8
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
12
* RELEASE: bzrtools 1.16.0
15
* Implement create-mirror command
18
* Fix fetch-ghosts command for bzr 1.15
19
* RELEASE: bzrtools 1.15.0
22
* bzrtools officially upgraded to rich roots.
25
* Fix import command for Python 2.6
26
* RELEASE: bzrtools 1.14.0
29
* `bzr patch` handles URLs with trailing slashes.
30
* RELEASE: bzrtools 1.13.0
31
* Remove clean-tree (now in bzr core)
32
* New conflict-diff command
35
* RELEASE: bzrtools 1.12.0
38
* RELEASE: bzrtools 1.11.0
41
* Rename shelf command to shelf1, to match others & reduce confusion.
44
* RELEASE: bzrtools 1.10.0
47
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
48
* Support auto-detecting color in shelf UI
51
* Support colorizing in shelf UI
54
* RELEASE: bzrtools 1.9.1
57
* Restore runtime ignore for .shelf files
60
* RELEASE: bzrtools 1.9.0
63
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
66
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
67
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
70
* RELEASE: bzrtools 1.8.0
71
* Fix NotStandalone class to be stringable (#277652)
74
* RELEASE: bzrtools 1.7.0
77
* colordiff can now use /etc/colordiffrc
80
* RELEASE: bzrtools 1.6.0
83
* Fix bug in when TERM environment variable is unset
86
* Spin off baz-import into a separate project
90
* Mark show-paths as obsolete
91
* Update to avoid deprecated APIs
92
* RELEASE: bzrtools 1.5.0
95
* Test fixes from Alexander Belchenko
97
* Update heads plugin to use undeprecated APIs
100
* Updates to syntax highlighting from Marius Kruger
103
* Use Graph API (instead of old revision_graph code) for graph-ancestry
104
* RELEASE: bzrtools 1.4.0
107
* Add escaping to HTML graph-ancestry output
108
* Nicer error when patch fails
111
* cbranch can now create parent directories for branches as needed.
114
* RELEASE: bzrtools 1.3.0
117
* Add link-tree command
120
* Add hard-link support to cbranch
123
* RELEASE: bzrtools 1.2.0
126
* Handle missing patch program
129
* Support branch6 formats (dirstate-tags, pack*) in rspush
130
* RELEASE: bzrtools 1.1.0
133
* "branches" and "multi-pull" updated to new find_* APIs.
134
* new "trees" command.
137
* cbranch is much faster, and supports --files-from.
140
* RELEASE: bzrtools 1.0.0
141
* Use dotted revnos in graph-ancestry
144
* Remove switch (now in bzr itself)
147
* Handle command.options glitch
148
* RELEASE: bzrtools 0.92.1
151
* Update rspush to work only in standalone trees and fix lock error
152
* RELEASE: bzrtools 0.92.0
155
* RELEASE: bzrtools 0.91.0
158
* switch works even when source branch is read-only
161
* Allow zap --force to delete a checkout with uncommitted changes
164
* Hide show-paths command, in favour of bzr info
165
* BzrTools does not do out-of-date checks unless a bzrtools command is run
166
* shelf doesn't emit reject message in test suite
167
* branches now works with Apache (and possibly other servers) again
168
* branches now dies quickly & cleanly if it can't connect
169
* multi-pull reuses connections where possible
170
* RELEASE: bzrtools 0.90.0
174
* RELEASE: bzrtools 0.18.0
177
* graph-ancestry supports new graph API, indicates both possible merge bases,
178
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
182
* RELEASE: bzrtools 0.17.0
183
* RELEASE: bzrtools 0.17.1
186
* Whitespace cleanups from Charlie Shepherd
189
* Version warning is suppressed for dev version of the next release. E.g.
190
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
193
* RELEASE: bzrtools 0.16.1
196
* RELEASE: bzrtools 0.16.0
199
* Get shelf tests passing with dirstate (again!)
200
* RELEASE: bzrtools 0.15.4
203
* Add branch parameter to show-paths
206
* RELEASE: bzrtools 0.15.3
209
* Hack around hunk headers showing as long lines.
212
* Handle broken python tar implementations in upstream_import
213
* RELEASE: bzrtools 0.15.2
216
* RELEASE: bzrtools 0.15.1
217
2
* RELEASE: bzrtools 0.15.0
233
18
your working directory hierarchy exactly. New config option must be
234
19
used: "cbranch_target". Appendpath policy should be used for this.
237
22
* 'import' command now honours execute bit in tarfiles
240
25
* 'graph-ancestry' shows branch nick if applicable
243
28
* 'patch' works over sftp (and, in theory, all transports)
246
31
* 'branch-history' tolerates commit ids with no email
249
34
* Add zip support to 'import' command
252
37
* 'patch' fixed to work properly with http URLs and all other transports
255
40
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
259
44
* 'shelf' handles pipe errors better when invoking patch
262
47
* RELEASE: bzrtools 0.13.0
265
50
* Add encoding flag for 'baz-import'
266
51
* Fix deprecated API use in 'switch'
267
52
* Add show-paths command from Alexander Belchenko
270
55
* RELEASE: bzrtools 0.12.0
271
56
* Update 'import' command for unique roots changes
274
59
* Fix parent-setting in 'cbranch'.
277
62
* Update for unique roots changes
280
65
* RELEASE: bzrtools 0.11.0
282
67
* Clean up test suite
285
70
* Shove is now deprecated
286
71
* Reduce interactive slowdown by late-loading PyBaz
287
* baz-import speedup: remove useless merge_inner call
72
* baz-import speedup: remove useless merge_innter call
290
75
* Check bzrlib version
291
76
* RELEASE: bzrtools 0.9.1
294
79
* RELEASE: bzrtools 0.9.0
297
82
* Add --no-color option to shelve/unshelve
300
85
* clean-tree no longer treats --detritus or --ignored as including --unknowns
303
88
* Shelf colorizing
306
91
* Add 'shove' command, to move changes to a different tree
309
94
* clean-tree tweaks
312
97
* test suite updates
315
100
* Add 'import' command, to import tarballs
318
103
* RELEASE: bzrtools 0.8.1
319
104
* Fixed test case failure
322
107
* RELEASE: bzrtools 0.8
325
110
* Renamed push to rspush (Robert Collins/Aaron Bentley)
328
113
* New Switch command (David Allouche/Canonical)
331
116
* New Zap command
334
119
* Updates to Shelf command
337
122
* New baz-import algorithm, with respository support
340
125
* RELEASE: bzrtools 0.7
341
126
* Improved shell completion
342
127
* bzr push can omit working tree
343
128
* Documentation updates
346
131
* New test.py for standalone (kinda) testing
347
132
* New branch-history command
348
133
* New "fix" command (done automatically in fetch-ghosts)
351
136
* Various API updates
352
137
* Added force-reweave-inventory from Daniel Silverstone
353
138
* Decorated push from Robert Collins
354
139
* Improved shell completion
355
140
* Improved import when first ancestor is in an unregisered archive
358
143
* Added tests for several commands
359
144
* Made push auto_disable when native push present
360
145
* Merged Michael Ellerman's shelf v2 plugin
361
146
* New "shell" command, derived from Fai
362
147
* Got pull working with URLs
366
151
* disabled annotate in favor of bzr annotate
367
152
* Added clean-tree --detrius
368
153
* API sync with bzr
371
156
* Default-ignore shelf files
372
157
* Win32 compatability fixes (Alexander Belchenko)
373
158
* Conflict handling now in bzr itself
374
159
* Fetch-missing renamed to fetch-ghosts
375
160
* Annotate includes changes since last commit, uses sha1 instead of text_id
378
163
* better errors for bad push locations (Eirik Nygaard)
379
164
* prevented push from overwriting any non-empty directory that is not an
380
165
ancestor branch. (Remote revision-history must be a subset of local.)
381
166
* added --overwrite option to push
384
169
* Significant reworking of graph-ancestry
385
170
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
386
171
* Updated to match bzr 0.0.8 API changes
387
172
* Updated to handle new bzr diff output
390
175
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
391
176
* obsoleted all the executibles; bzrtools only works as plugins now