2
* RELEASE: bzrtools 0.16.1
5
* RELEASE: bzrtools 0.16.0
8
* Get shelf tests passing with dirstate (again!)
9
* RELEASE: bzrtools 0.15.4
12
* Add branch parameter to show-paths
15
* RELEASE: bzrtools 0.15.3
18
* Hack around hunk headers showing as long lines.
21
* Handle broken python tar implementations in upstream_import
22
* RELEASE: bzrtools 0.15.2
25
* RELEASE: bzrtools 0.15.1
26
* RELEASE: bzrtools 0.15.0
29
* Colordiff warns on long lines
32
* RELEASE: bzrtools 0.14.0
35
* 'colordiff' now optionally checks for whitespace violations
38
* 'import' now imports directories.
41
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
42
your working directory hierarchy exactly. New config option must be
43
used: "cbranch_target". Appendpath policy should be used for this.
46
* 'import' command now honours execute bit in tarfiles
49
* 'graph-ancestry' shows branch nick if applicable
52
* 'patch' works over sftp (and, in theory, all transports)
55
* 'branch-history' tolerates commit ids with no email
58
* Add zip support to 'import' command
61
* 'patch' fixed to work properly with http URLs and all other transports
64
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
68
* 'shelf' handles pipe errors better when invoking patch
71
* RELEASE: bzrtools 0.13.0
74
* Add encoding flag for 'baz-import'
75
* Fix deprecated API use in 'switch'
76
* Add show-paths command from Alexander Belchenko
79
* RELEASE: bzrtools 0.12.0
80
* Update 'import' command for unique roots changes
83
* Fix parent-setting in 'cbranch'.
86
* Update for unique roots changes
89
* RELEASE: bzrtools 0.11.0
94
* Shove is now deprecated
95
* Reduce interactive slowdown by late-loading PyBaz
96
* baz-import speedup: remove useless merge_innter call
99
* Check bzrlib version
100
* RELEASE: bzrtools 0.9.1
103
* RELEASE: bzrtools 0.9.0
106
* Add --no-color option to shelve/unshelve
109
* clean-tree no longer treats --detritus or --ignored as including --unknowns
115
* Add 'shove' command, to move changes to a different tree
124
* Add 'import' command, to import tarballs
127
* RELEASE: bzrtools 0.8.1
128
* Fixed test case failure
131
* RELEASE: bzrtools 0.8
134
* Renamed push to rspush (Robert Collins/Aaron Bentley)
137
* New Switch command (David Allouche/Canonical)
143
* Updates to Shelf command
146
* New baz-import algorithm, with respository support
149
* RELEASE: bzrtools 0.7
150
* Improved shell completion
151
* bzr push can omit working tree
152
* Documentation updates
155
* New test.py for standalone (kinda) testing
156
* New branch-history command
157
* New "fix" command (done automatically in fetch-ghosts)
160
* Various API updates
161
* Added force-reweave-inventory from Daniel Silverstone
162
* Decorated push from Robert Collins
163
* Improved shell completion
164
* Improved import when first ancestor is in an unregisered archive
167
* Added tests for several commands
168
* Made push auto_disable when native push present
169
* Merged Michael Ellerman's shelf v2 plugin
170
* New "shell" command, derived from Fai
171
* Got pull working with URLs
175
* disabled annotate in favor of bzr annotate
176
* Added clean-tree --detrius
180
* Default-ignore shelf files
181
* Win32 compatability fixes (Alexander Belchenko)
182
* Conflict handling now in bzr itself
183
* Fetch-missing renamed to fetch-ghosts
184
* Annotate includes changes since last commit, uses sha1 instead of text_id
187
* better errors for bad push locations (Eirik Nygaard)
188
* prevented push from overwriting any non-empty directory that is not an
189
ancestor branch. (Remote revision-history must be a subset of local.)
190
* added --overwrite option to push
193
* Significant reworking of graph-ancestry
194
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
195
* Updated to match bzr 0.0.8 API changes
196
* Updated to handle new bzr diff output
199
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
200
* obsoleted all the executibles; bzrtools only works as plugins now
204
* Added Michael Ellerman's shelf/unshelf
205
* Implemented python user interface
209
3
* much better error messages for common mistakes
210
4
* more thorough unit testing
211
5
* works better with recent merge changes
212
* Debian packaging (Jeff Bailey)
215
8
* baz2bzr supports updating a previous import (John Meinel)