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.
163
* RELEASE: bzrtools 0.16.1
166
* RELEASE: bzrtools 0.16.0
169
* Get shelf tests passing with dirstate (again!)
170
* RELEASE: bzrtools 0.15.4
173
* Add branch parameter to show-paths
176
* RELEASE: bzrtools 0.15.3
179
* Hack around hunk headers showing as long lines.
182
* Handle broken python tar implementations in upstream_import
183
* RELEASE: bzrtools 0.15.2
186
* RELEASE: bzrtools 0.15.1
187
* RELEASE: bzrtools 0.15.0
190
* Colordiff warns on long lines
193
* RELEASE: bzrtools 0.14.0
196
* 'colordiff' now optionally checks for whitespace violations
199
* 'import' now imports directories.
202
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
203
your working directory hierarchy exactly. New config option must be
204
used: "cbranch_target". Appendpath policy should be used for this.
207
* 'import' command now honours execute bit in tarfiles
210
* 'graph-ancestry' shows branch nick if applicable
213
* 'patch' works over sftp (and, in theory, all transports)
216
* 'branch-history' tolerates commit ids with no email
219
* Add zip support to 'import' command
222
* 'patch' fixed to work properly with http URLs and all other transports
225
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
229
* 'shelf' handles pipe errors better when invoking patch
232
* RELEASE: bzrtools 0.13.0
235
* Add encoding flag for 'baz-import'
236
* Fix deprecated API use in 'switch'
237
* Add show-paths command from Alexander Belchenko
240
* RELEASE: bzrtools 0.12.0
241
* Update 'import' command for unique roots changes
244
* Fix parent-setting in 'cbranch'.
247
* Update for unique roots changes
250
* RELEASE: bzrtools 0.11.0
252
* Clean up test suite
255
* Shove is now deprecated
256
* Reduce interactive slowdown by late-loading PyBaz
257
* baz-import speedup: remove useless merge_inner call
260
* Check bzrlib version
261
* RELEASE: bzrtools 0.9.1
264
* RELEASE: bzrtools 0.9.0
267
* Add --no-color option to shelve/unshelve
270
* clean-tree no longer treats --detritus or --ignored as including --unknowns
276
* Add 'shove' command, to move changes to a different tree
285
* Add 'import' command, to import tarballs
288
* RELEASE: bzrtools 0.8.1
289
* Fixed test case failure
292
* RELEASE: bzrtools 0.8
295
* Renamed push to rspush (Robert Collins/Aaron Bentley)
298
* New Switch command (David Allouche/Canonical)
304
* Updates to Shelf command
307
* New baz-import algorithm, with respository support
310
* RELEASE: bzrtools 0.7
311
* Improved shell completion
312
* bzr push can omit working tree
313
* Documentation updates
316
* New test.py for standalone (kinda) testing
317
* New branch-history command
318
* New "fix" command (done automatically in fetch-ghosts)
321
* Various API updates
322
* Added force-reweave-inventory from Daniel Silverstone
323
* Decorated push from Robert Collins
324
* Improved shell completion
325
* Improved import when first ancestor is in an unregisered archive
328
* Added tests for several commands
329
* Made push auto_disable when native push present
330
* Merged Michael Ellerman's shelf v2 plugin
331
* New "shell" command, derived from Fai
332
* Got pull working with URLs
336
* disabled annotate in favor of bzr annotate
337
* Added clean-tree --detrius
341
* Default-ignore shelf files
342
* Win32 compatability fixes (Alexander Belchenko)
343
* Conflict handling now in bzr itself
344
* Fetch-missing renamed to fetch-ghosts
345
* Annotate includes changes since last commit, uses sha1 instead of text_id
348
* better errors for bad push locations (Eirik Nygaard)
349
* prevented push from overwriting any non-empty directory that is not an
350
ancestor branch. (Remote revision-history must be a subset of local.)
351
* added --overwrite option to push
354
* Significant reworking of graph-ancestry
355
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
356
* Updated to match bzr 0.0.8 API changes
357
* Updated to handle new bzr diff output
360
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
361
* obsoleted all the executibles; bzrtools only works as plugins now
365
* Added Michael Ellerman's shelf/unshelf
366
* Implemented python user interface
370
3
* much better error messages for common mistakes
371
4
* more thorough unit testing
372
5
* works better with recent merge changes
373
* Debian packaging (Jeff Bailey)
376
8
* baz2bzr supports updating a previous import (John Meinel)