2
* RELEASE: bzrtools 1.0.0
3
* Use dotted revnos in graph-ancestry
6
* Remove switch (now in bzr itself)
9
* Handle command.options glitch
10
* RELEASE: bzrtools 0.92.1
13
* Update rspush to work only in standalone trees and fix lock error
14
* RELEASE: bzrtools 0.92.0
17
* RELEASE: bzrtools 0.91.0
20
* switch works even when source branch is read-only
23
* Allow zap --force to delete a checkout with uncommitted changes
26
* Hide show-paths command, in favour of bzr info
27
* BzrTools does not do out-of-date checks unless a bzrtools command is run
28
* shelf doesn't emit reject message in test suite
29
* branches now works with Apache (and possibly other servers) again
30
* branches now dies quickly & cleanly if it can't connect
31
* multi-pull reuses connections where possible
32
* RELEASE: bzrtools 0.90.0
36
* RELEASE: bzrtools 0.18.0
39
* graph-ancestry supports new graph API, indicates both possible merge bases,
40
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
44
* RELEASE: bzrtools 0.17.0
45
* RELEASE: bzrtools 0.17.1
48
* Whitespace cleanups from Charlie Shepherd
51
* Version warning is suppressed for dev version of the next release. E.g.
52
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
55
* RELEASE: bzrtools 0.16.1
58
* RELEASE: bzrtools 0.16.0
61
* Get shelf tests passing with dirstate (again!)
62
* RELEASE: bzrtools 0.15.4
65
* Add branch parameter to show-paths
68
* RELEASE: bzrtools 0.15.3
71
* Hack around hunk headers showing as long lines.
74
* Handle broken python tar implementations in upstream_import
75
* RELEASE: bzrtools 0.15.2
78
* RELEASE: bzrtools 0.15.1
79
* RELEASE: bzrtools 0.15.0
82
* Colordiff warns on long lines
85
* RELEASE: bzrtools 0.14.0
88
* 'colordiff' now optionally checks for whitespace violations
91
* 'import' now imports directories.
94
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
95
your working directory hierarchy exactly. New config option must be
96
used: "cbranch_target". Appendpath policy should be used for this.
99
* 'import' command now honours execute bit in tarfiles
102
* 'graph-ancestry' shows branch nick if applicable
105
* 'patch' works over sftp (and, in theory, all transports)
108
* 'branch-history' tolerates commit ids with no email
111
* Add zip support to 'import' command
114
* 'patch' fixed to work properly with http URLs and all other transports
117
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
121
* 'shelf' handles pipe errors better when invoking patch
124
* RELEASE: bzrtools 0.13.0
127
* Add encoding flag for 'baz-import'
128
* Fix deprecated API use in 'switch'
129
* Add show-paths command from Alexander Belchenko
132
* RELEASE: bzrtools 0.12.0
133
* Update 'import' command for unique roots changes
136
* Fix parent-setting in 'cbranch'.
139
* Update for unique roots changes
142
* RELEASE: bzrtools 0.11.0
144
* Clean up test suite
147
* Shove is now deprecated
148
* Reduce interactive slowdown by late-loading PyBaz
149
* baz-import speedup: remove useless merge_innter call
152
* Check bzrlib version
153
* RELEASE: bzrtools 0.9.1
156
* RELEASE: bzrtools 0.9.0
159
* Add --no-color option to shelve/unshelve
162
* clean-tree no longer treats --detritus or --ignored as including --unknowns
168
* Add 'shove' command, to move changes to a different tree
177
* Add 'import' command, to import tarballs
180
* RELEASE: bzrtools 0.8.1
181
* Fixed test case failure
184
* RELEASE: bzrtools 0.8
187
* Renamed push to rspush (Robert Collins/Aaron Bentley)
190
* New Switch command (David Allouche/Canonical)
196
* Updates to Shelf command
199
* New baz-import algorithm, with respository support
202
* RELEASE: bzrtools 0.7
203
* Improved shell completion
204
* bzr push can omit working tree
205
* Documentation updates
208
* New test.py for standalone (kinda) testing
209
* New branch-history command
210
* New "fix" command (done automatically in fetch-ghosts)
213
* Various API updates
214
* Added force-reweave-inventory from Daniel Silverstone
215
* Decorated push from Robert Collins
216
* Improved shell completion
217
* Improved import when first ancestor is in an unregisered archive
220
* Added tests for several commands
221
* Made push auto_disable when native push present
222
* Merged Michael Ellerman's shelf v2 plugin
223
* New "shell" command, derived from Fai
224
* Got pull working with URLs
228
* disabled annotate in favor of bzr annotate
229
* Added clean-tree --detrius
233
* Default-ignore shelf files
234
* Win32 compatability fixes (Alexander Belchenko)
235
* Conflict handling now in bzr itself
236
* Fetch-missing renamed to fetch-ghosts
237
* Annotate includes changes since last commit, uses sha1 instead of text_id
240
* better errors for bad push locations (Eirik Nygaard)
241
* prevented push from overwriting any non-empty directory that is not an
242
ancestor branch. (Remote revision-history must be a subset of local.)
243
* added --overwrite option to push
246
* Significant reworking of graph-ancestry
247
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
248
* Updated to match bzr 0.0.8 API changes
249
* Updated to handle new bzr diff output
252
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
253
* obsoleted all the executibles; bzrtools only works as plugins now
3
257
* Added Michael Ellerman's shelf/unshelf