2
* RELEASE: bzrtools 1.9.1
5
* Restore runtime ignore for .shelf files
8
* RELEASE: bzrtools 1.9.0
11
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
14
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
15
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
18
* RELEASE: bzrtools 1.8.0
19
* Fix NotStandalone class to be stringable (#277652)
22
* RELEASE: bzrtools 1.7.0
25
* colordiff can now use /etc/colordiffrc
28
* RELEASE: bzrtools 1.6.0
31
* Fix bug in when TERM environment variable is unset
34
* Spin off baz-import into a separate project
38
* Mark show-paths as obsolete
39
* Update to avoid deprecated APIs
40
* RELEASE: bzrtools 1.5.0
43
* Test fixes from Alexander Belchenko
45
* Update heads plugin to use undeprecated APIs
48
* Updates to syntax highlighting from Marius Kruger
51
* Use Graph API (instead of old revision_graph code) for graph-ancestry
52
* RELEASE: bzrtools 1.4.0
55
* Add escaping to HTML graph-ancestry output
56
* Nicer error when patch fails
59
* cbranch can now create parent directories for branches as needed.
62
* RELEASE: bzrtools 1.3.0
65
* Add link-tree command
68
* Add hard-link support to cbranch
71
* RELEASE: bzrtools 1.2.0
74
* Handle missing patch program
77
* Support branch6 formats (dirstate-tags, pack*) in rspush
78
* RELEASE: bzrtools 1.1.0
81
* "branches" and "multi-pull" updated to new find_* APIs.
82
* new "trees" command.
85
* cbranch is much faster, and supports --files-from.
88
* RELEASE: bzrtools 1.0.0
89
* Use dotted revnos in graph-ancestry
92
* Remove switch (now in bzr itself)
95
* Handle command.options glitch
96
* RELEASE: bzrtools 0.92.1
99
* Update rspush to work only in standalone trees and fix lock error
100
* RELEASE: bzrtools 0.92.0
103
* RELEASE: bzrtools 0.91.0
106
* switch works even when source branch is read-only
109
* Allow zap --force to delete a checkout with uncommitted changes
112
* Hide show-paths command, in favour of bzr info
113
* BzrTools does not do out-of-date checks unless a bzrtools command is run
114
* shelf doesn't emit reject message in test suite
115
* branches now works with Apache (and possibly other servers) again
116
* branches now dies quickly & cleanly if it can't connect
117
* multi-pull reuses connections where possible
118
* RELEASE: bzrtools 0.90.0
122
* RELEASE: bzrtools 0.18.0
125
* graph-ancestry supports new graph API, indicates both possible merge bases,
126
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
130
* RELEASE: bzrtools 0.17.0
131
* RELEASE: bzrtools 0.17.1
134
* Whitespace cleanups from Charlie Shepherd
137
* Version warning is suppressed for dev version of the next release. E.g.
138
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
141
* RELEASE: bzrtools 0.16.1
144
* RELEASE: bzrtools 0.16.0
147
* Get shelf tests passing with dirstate (again!)
148
* RELEASE: bzrtools 0.15.4
151
* Add branch parameter to show-paths
154
* RELEASE: bzrtools 0.15.3
157
* Hack around hunk headers showing as long lines.
160
* Handle broken python tar implementations in upstream_import
161
* RELEASE: bzrtools 0.15.2
164
* RELEASE: bzrtools 0.15.1
165
* RELEASE: bzrtools 0.15.0
168
* Colordiff warns on long lines
171
* RELEASE: bzrtools 0.14.0
174
* 'colordiff' now optionally checks for whitespace violations
177
* 'import' now imports directories.
180
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
181
your working directory hierarchy exactly. New config option must be
182
used: "cbranch_target". Appendpath policy should be used for this.
185
* 'import' command now honours execute bit in tarfiles
188
* 'graph-ancestry' shows branch nick if applicable
191
* 'patch' works over sftp (and, in theory, all transports)
194
* 'branch-history' tolerates commit ids with no email
197
* Add zip support to 'import' command
200
* 'patch' fixed to work properly with http URLs and all other transports
203
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
207
* 'shelf' handles pipe errors better when invoking patch
210
* RELEASE: bzrtools 0.13.0
213
* Add encoding flag for 'baz-import'
214
* Fix deprecated API use in 'switch'
215
* Add show-paths command from Alexander Belchenko
218
* RELEASE: bzrtools 0.12.0
219
* Update 'import' command for unique roots changes
222
* Fix parent-setting in 'cbranch'.
225
* Update for unique roots changes
228
* RELEASE: bzrtools 0.11.0
230
* Clean up test suite
233
* Shove is now deprecated
234
* Reduce interactive slowdown by late-loading PyBaz
235
* baz-import speedup: remove useless merge_inner call
238
* Check bzrlib version
239
* RELEASE: bzrtools 0.9.1
242
* RELEASE: bzrtools 0.9.0
245
* Add --no-color option to shelve/unshelve
248
* clean-tree no longer treats --detritus or --ignored as including --unknowns
254
* Add 'shove' command, to move changes to a different tree
263
* Add 'import' command, to import tarballs
266
* RELEASE: bzrtools 0.8.1
267
* Fixed test case failure
270
* RELEASE: bzrtools 0.8
273
* Renamed push to rspush (Robert Collins/Aaron Bentley)
276
* New Switch command (David Allouche/Canonical)
282
* Updates to Shelf command
285
* New baz-import algorithm, with respository support
288
* RELEASE: bzrtools 0.7
289
* Improved shell completion
290
* bzr push can omit working tree
291
* Documentation updates
294
* New test.py for standalone (kinda) testing
295
* New branch-history command
296
* New "fix" command (done automatically in fetch-ghosts)
299
* Various API updates
300
* Added force-reweave-inventory from Daniel Silverstone
301
* Decorated push from Robert Collins
302
* Improved shell completion
303
* Improved import when first ancestor is in an unregisered archive
306
* Added tests for several commands
307
* Made push auto_disable when native push present
308
* Merged Michael Ellerman's shelf v2 plugin
309
* New "shell" command, derived from Fai
310
* Got pull working with URLs
314
* disabled annotate in favor of bzr annotate
315
* Added clean-tree --detrius
319
* Default-ignore shelf files
320
* Win32 compatability fixes (Alexander Belchenko)
321
* Conflict handling now in bzr itself
322
* Fetch-missing renamed to fetch-ghosts
323
* Annotate includes changes since last commit, uses sha1 instead of text_id
326
* better errors for bad push locations (Eirik Nygaard)
327
* prevented push from overwriting any non-empty directory that is not an
328
ancestor branch. (Remote revision-history must be a subset of local.)
329
* added --overwrite option to push
332
* Significant reworking of graph-ancestry
333
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
334
* Updated to match bzr 0.0.8 API changes
335
* Updated to handle new bzr diff output
338
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
339
* obsoleted all the executibles; bzrtools only works as plugins now
3
343
* Added Michael Ellerman's shelf/unshelf