2
* RELEASE: bzrtools 1.2.0
5
* Handle missing patch program
8
* Support branch6 formats (dirstate-tags, pack*) in rspush
9
* RELEASE: bzrtools 1.1.0
12
* "branches" and "multi-pull" updated to new find_* APIs.
13
* new "trees" command.
16
* cbranch is much faster, and supports --files-from.
19
* RELEASE: bzrtools 1.0.0
20
* Use dotted revnos in graph-ancestry
23
* Remove switch (now in bzr itself)
26
* Handle command.options glitch
27
* RELEASE: bzrtools 0.92.1
30
* Update rspush to work only in standalone trees and fix lock error
31
* RELEASE: bzrtools 0.92.0
34
* RELEASE: bzrtools 0.91.0
37
* switch works even when source branch is read-only
40
* Allow zap --force to delete a checkout with uncommitted changes
43
* Hide show-paths command, in favour of bzr info
44
* BzrTools does not do out-of-date checks unless a bzrtools command is run
45
* shelf doesn't emit reject message in test suite
46
* branches now works with Apache (and possibly other servers) again
47
* branches now dies quickly & cleanly if it can't connect
48
* multi-pull reuses connections where possible
49
* RELEASE: bzrtools 0.90.0
53
* RELEASE: bzrtools 0.18.0
56
* graph-ancestry supports new graph API, indicates both possible merge bases,
57
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
61
* RELEASE: bzrtools 0.17.0
62
* RELEASE: bzrtools 0.17.1
65
* Whitespace cleanups from Charlie Shepherd
68
* Version warning is suppressed for dev version of the next release. E.g.
69
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
72
* RELEASE: bzrtools 0.16.1
75
* RELEASE: bzrtools 0.16.0
78
* Get shelf tests passing with dirstate (again!)
79
* RELEASE: bzrtools 0.15.4
82
* Add branch parameter to show-paths
85
* RELEASE: bzrtools 0.15.3
88
* Hack around hunk headers showing as long lines.
91
* Handle broken python tar implementations in upstream_import
92
* RELEASE: bzrtools 0.15.2
95
* RELEASE: bzrtools 0.15.1
96
* RELEASE: bzrtools 0.15.0
99
* Colordiff warns on long lines
102
* RELEASE: bzrtools 0.14.0
105
* 'colordiff' now optionally checks for whitespace violations
108
* 'import' now imports directories.
111
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
112
your working directory hierarchy exactly. New config option must be
113
used: "cbranch_target". Appendpath policy should be used for this.
116
* 'import' command now honours execute bit in tarfiles
119
* 'graph-ancestry' shows branch nick if applicable
122
* 'patch' works over sftp (and, in theory, all transports)
125
* 'branch-history' tolerates commit ids with no email
128
* Add zip support to 'import' command
131
* 'patch' fixed to work properly with http URLs and all other transports
134
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
138
* 'shelf' handles pipe errors better when invoking patch
141
* RELEASE: bzrtools 0.13.0
144
* Add encoding flag for 'baz-import'
145
* Fix deprecated API use in 'switch'
146
* Add show-paths command from Alexander Belchenko
149
* RELEASE: bzrtools 0.12.0
150
* Update 'import' command for unique roots changes
153
* Fix parent-setting in 'cbranch'.
156
* Update for unique roots changes
159
* RELEASE: bzrtools 0.11.0
161
* Clean up test suite
164
* Shove is now deprecated
165
* Reduce interactive slowdown by late-loading PyBaz
166
* baz-import speedup: remove useless merge_innter call
169
* Check bzrlib version
170
* RELEASE: bzrtools 0.9.1
173
* RELEASE: bzrtools 0.9.0
176
* Add --no-color option to shelve/unshelve
179
* clean-tree no longer treats --detritus or --ignored as including --unknowns
185
* Add 'shove' command, to move changes to a different tree
194
* Add 'import' command, to import tarballs
197
* RELEASE: bzrtools 0.8.1
198
* Fixed test case failure
201
* RELEASE: bzrtools 0.8
204
* Renamed push to rspush (Robert Collins/Aaron Bentley)
207
* New Switch command (David Allouche/Canonical)
213
* Updates to Shelf command
216
* New baz-import algorithm, with respository support
219
* RELEASE: bzrtools 0.7
220
* Improved shell completion
221
* bzr push can omit working tree
222
* Documentation updates
225
* New test.py for standalone (kinda) testing
226
* New branch-history command
227
* New "fix" command (done automatically in fetch-ghosts)
230
* Various API updates
231
* Added force-reweave-inventory from Daniel Silverstone
232
* Decorated push from Robert Collins
233
* Improved shell completion
234
* Improved import when first ancestor is in an unregisered archive
237
* Added tests for several commands
238
* Made push auto_disable when native push present
239
* Merged Michael Ellerman's shelf v2 plugin
240
* New "shell" command, derived from Fai
241
* Got pull working with URLs
245
* disabled annotate in favor of bzr annotate
246
* Added clean-tree --detrius
250
* Default-ignore shelf files
251
* Win32 compatability fixes (Alexander Belchenko)
252
* Conflict handling now in bzr itself
253
* Fetch-missing renamed to fetch-ghosts
254
* Annotate includes changes since last commit, uses sha1 instead of text_id
257
* better errors for bad push locations (Eirik Nygaard)
258
* prevented push from overwriting any non-empty directory that is not an
259
ancestor branch. (Remote revision-history must be a subset of local.)
260
* added --overwrite option to push
263
* Significant reworking of graph-ancestry
264
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
265
* Updated to match bzr 0.0.8 API changes
266
* Updated to handle new bzr diff output
269
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
270
* obsoleted all the executibles; bzrtools only works as plugins now
274
* Added Michael Ellerman's shelf/unshelf
275
* Implemented python user interface
279
* much better error messages for common mistakes
280
* more thorough unit testing
281
* works better with recent merge changes
282
* Debian packaging (Jeff Bailey)
285
* baz2bzr supports updating a previous import (John Meinel)
286
* baz2bzr has proper commandline parsing (John Meinel)
287
* baz2bzr can skip symlinks when importing
288
* bzr-pull is obsolete, now that that bzr has a native pull command