2
* RELEASE: bzrtools 0.17.0
3
* RELEASE: bzrtools 0.17.1
6
* Whitespace cleanups from Charlie Shepherd
9
* Version warning is suppressed for dev version of the next release. E.g.
10
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
13
* RELEASE: bzrtools 0.16.1
16
* RELEASE: bzrtools 0.16.0
19
* Get shelf tests passing with dirstate (again!)
20
* RELEASE: bzrtools 0.15.4
23
* Add branch parameter to show-paths
26
* RELEASE: bzrtools 0.15.3
29
* Hack around hunk headers showing as long lines.
32
* Handle broken python tar implementations in upstream_import
33
* RELEASE: bzrtools 0.15.2
36
* RELEASE: bzrtools 0.15.1
37
* RELEASE: bzrtools 0.15.0
40
* Colordiff warns on long lines
43
* RELEASE: bzrtools 0.14.0
46
* 'colordiff' now optionally checks for whitespace violations
49
* 'import' now imports directories.
52
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
53
your working directory hierarchy exactly. New config option must be
54
used: "cbranch_target". Appendpath policy should be used for this.
57
* 'import' command now honours execute bit in tarfiles
60
* 'graph-ancestry' shows branch nick if applicable
63
* 'patch' works over sftp (and, in theory, all transports)
66
* 'branch-history' tolerates commit ids with no email
69
* Add zip support to 'import' command
72
* 'patch' fixed to work properly with http URLs and all other transports
75
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
79
* 'shelf' handles pipe errors better when invoking patch
82
* RELEASE: bzrtools 0.13.0
85
* Add encoding flag for 'baz-import'
86
* Fix deprecated API use in 'switch'
87
* Add show-paths command from Alexander Belchenko
90
* RELEASE: bzrtools 0.12.0
91
* Update 'import' command for unique roots changes
94
* Fix parent-setting in 'cbranch'.
97
* Update for unique roots changes
100
* RELEASE: bzrtools 0.11.0
102
* Clean up test suite
105
* Shove is now deprecated
106
* Reduce interactive slowdown by late-loading PyBaz
107
* baz-import speedup: remove useless merge_innter call
110
* Check bzrlib version
111
* RELEASE: bzrtools 0.9.1
114
* RELEASE: bzrtools 0.9.0
117
* Add --no-color option to shelve/unshelve
120
* clean-tree no longer treats --detritus or --ignored as including --unknowns
126
* Add 'shove' command, to move changes to a different tree
135
* Add 'import' command, to import tarballs
138
* RELEASE: bzrtools 0.8.1
139
* Fixed test case failure
142
* RELEASE: bzrtools 0.8
145
* Renamed push to rspush (Robert Collins/Aaron Bentley)
148
* New Switch command (David Allouche/Canonical)
154
* Updates to Shelf command
157
* New baz-import algorithm, with respository support
160
* RELEASE: bzrtools 0.7
161
* Improved shell completion
162
* bzr push can omit working tree
163
* Documentation updates
166
* New test.py for standalone (kinda) testing
167
* New branch-history command
168
* New "fix" command (done automatically in fetch-ghosts)
171
* Various API updates
172
* Added force-reweave-inventory from Daniel Silverstone
173
* Decorated push from Robert Collins
174
* Improved shell completion
175
* Improved import when first ancestor is in an unregisered archive
178
* Added tests for several commands
179
* Made push auto_disable when native push present
180
* Merged Michael Ellerman's shelf v2 plugin
181
* New "shell" command, derived from Fai
182
* Got pull working with URLs
186
* disabled annotate in favor of bzr annotate
187
* Added clean-tree --detrius
191
* Default-ignore shelf files
192
* Win32 compatability fixes (Alexander Belchenko)
193
* Conflict handling now in bzr itself
194
* Fetch-missing renamed to fetch-ghosts
195
* Annotate includes changes since last commit, uses sha1 instead of text_id
198
* better errors for bad push locations (Eirik Nygaard)
199
* prevented push from overwriting any non-empty directory that is not an
200
ancestor branch. (Remote revision-history must be a subset of local.)
201
* added --overwrite option to push
204
* Significant reworking of graph-ancestry
205
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
206
* Updated to match bzr 0.0.8 API changes
207
* Updated to handle new bzr diff output
210
2
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
211
3
* obsoleted all the executibles; bzrtools only works as plugins now