2
* `bzr patch` handles URLs with trailing slashes.
5
* RELEASE: bzrtools 1.12.0
8
* RELEASE: bzrtools 1.11.0
11
* Rename shelf command to shelf1, to match others & reduce confusion.
14
* RELEASE: bzrtools 1.10.0
17
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
18
* Support auto-detecting color in shelf UI
21
* Support colorizing in shelf UI
24
* RELEASE: bzrtools 1.9.1
27
* Restore runtime ignore for .shelf files
30
* RELEASE: bzrtools 1.9.0
33
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
36
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
37
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
40
* RELEASE: bzrtools 1.8.0
41
* Fix NotStandalone class to be stringable (#277652)
44
* RELEASE: bzrtools 1.7.0
47
* colordiff can now use /etc/colordiffrc
50
* RELEASE: bzrtools 1.6.0
53
* Fix bug in when TERM environment variable is unset
56
* Spin off baz-import into a separate project
60
* Mark show-paths as obsolete
61
* Update to avoid deprecated APIs
62
* RELEASE: bzrtools 1.5.0
65
* Test fixes from Alexander Belchenko
67
* Update heads plugin to use undeprecated APIs
70
* Updates to syntax highlighting from Marius Kruger
73
* Use Graph API (instead of old revision_graph code) for graph-ancestry
74
* RELEASE: bzrtools 1.4.0
77
* Add escaping to HTML graph-ancestry output
78
* Nicer error when patch fails
81
* cbranch can now create parent directories for branches as needed.
84
* RELEASE: bzrtools 1.3.0
87
* Add link-tree command
90
* Add hard-link support to cbranch
93
* RELEASE: bzrtools 1.2.0
96
* Handle missing patch program
99
* Support branch6 formats (dirstate-tags, pack*) in rspush
100
* RELEASE: bzrtools 1.1.0
103
* "branches" and "multi-pull" updated to new find_* APIs.
104
* new "trees" command.
107
* cbranch is much faster, and supports --files-from.
110
* RELEASE: bzrtools 1.0.0
111
* Use dotted revnos in graph-ancestry
114
* Remove switch (now in bzr itself)
117
* Handle command.options glitch
118
* RELEASE: bzrtools 0.92.1
121
* Update rspush to work only in standalone trees and fix lock error
122
* RELEASE: bzrtools 0.92.0
125
* RELEASE: bzrtools 0.91.0
128
* switch works even when source branch is read-only
131
* Allow zap --force to delete a checkout with uncommitted changes
134
* Hide show-paths command, in favour of bzr info
135
* BzrTools does not do out-of-date checks unless a bzrtools command is run
136
* shelf doesn't emit reject message in test suite
137
* branches now works with Apache (and possibly other servers) again
138
* branches now dies quickly & cleanly if it can't connect
139
* multi-pull reuses connections where possible
140
* RELEASE: bzrtools 0.90.0
144
* RELEASE: bzrtools 0.18.0
147
* graph-ancestry supports new graph API, indicates both possible merge bases,
148
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
152
* RELEASE: bzrtools 0.17.0
153
* RELEASE: bzrtools 0.17.1
156
* Whitespace cleanups from Charlie Shepherd
159
* Version warning is suppressed for dev version of the next release. E.g.
160
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
2
163
* RELEASE: bzrtools 0.16.1
42
203
your working directory hierarchy exactly. New config option must be
43
204
used: "cbranch_target". Appendpath policy should be used for this.
46
207
* 'import' command now honours execute bit in tarfiles
49
210
* 'graph-ancestry' shows branch nick if applicable
52
213
* 'patch' works over sftp (and, in theory, all transports)
55
216
* 'branch-history' tolerates commit ids with no email
58
219
* Add zip support to 'import' command
61
222
* 'patch' fixed to work properly with http URLs and all other transports
64
225
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
68
229
* 'shelf' handles pipe errors better when invoking patch
71
232
* RELEASE: bzrtools 0.13.0
74
235
* Add encoding flag for 'baz-import'
75
236
* Fix deprecated API use in 'switch'
76
237
* Add show-paths command from Alexander Belchenko
79
240
* RELEASE: bzrtools 0.12.0
80
241
* Update 'import' command for unique roots changes
83
244
* Fix parent-setting in 'cbranch'.
86
247
* Update for unique roots changes
89
250
* RELEASE: bzrtools 0.11.0
91
252
* Clean up test suite
94
255
* Shove is now deprecated
95
256
* Reduce interactive slowdown by late-loading PyBaz
96
* baz-import speedup: remove useless merge_innter call
257
* baz-import speedup: remove useless merge_inner call
99
260
* Check bzrlib version
100
261
* RELEASE: bzrtools 0.9.1
103
264
* RELEASE: bzrtools 0.9.0
106
267
* Add --no-color option to shelve/unshelve
109
270
* clean-tree no longer treats --detritus or --ignored as including --unknowns
112
273
* Shelf colorizing
115
276
* Add 'shove' command, to move changes to a different tree
118
279
* clean-tree tweaks
121
282
* test suite updates
124
285
* Add 'import' command, to import tarballs
127
288
* RELEASE: bzrtools 0.8.1
128
289
* Fixed test case failure
131
292
* RELEASE: bzrtools 0.8
134
295
* Renamed push to rspush (Robert Collins/Aaron Bentley)
137
298
* New Switch command (David Allouche/Canonical)
140
301
* New Zap command
143
304
* Updates to Shelf command
146
307
* New baz-import algorithm, with respository support
149
310
* RELEASE: bzrtools 0.7
150
311
* Improved shell completion
151
312
* bzr push can omit working tree
152
313
* Documentation updates
155
316
* New test.py for standalone (kinda) testing
156
317
* New branch-history command
157
318
* New "fix" command (done automatically in fetch-ghosts)
160
321
* Various API updates
161
322
* Added force-reweave-inventory from Daniel Silverstone
162
323
* Decorated push from Robert Collins
163
324
* Improved shell completion
164
325
* Improved import when first ancestor is in an unregisered archive
167
328
* Added tests for several commands
168
329
* Made push auto_disable when native push present
169
330
* Merged Michael Ellerman's shelf v2 plugin
170
331
* New "shell" command, derived from Fai
171
332
* Got pull working with URLs
175
336
* disabled annotate in favor of bzr annotate
176
337
* Added clean-tree --detrius
177
338
* API sync with bzr
180
341
* Default-ignore shelf files
181
342
* Win32 compatability fixes (Alexander Belchenko)
182
343
* Conflict handling now in bzr itself
183
344
* Fetch-missing renamed to fetch-ghosts
184
345
* Annotate includes changes since last commit, uses sha1 instead of text_id
187
348
* better errors for bad push locations (Eirik Nygaard)
188
349
* prevented push from overwriting any non-empty directory that is not an
189
350
ancestor branch. (Remote revision-history must be a subset of local.)
190
351
* added --overwrite option to push
193
354
* Significant reworking of graph-ancestry
194
355
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
195
356
* Updated to match bzr 0.0.8 API changes
196
357
* Updated to handle new bzr diff output
199
360
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
200
361
* obsoleted all the executibles; bzrtools only works as plugins now