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
2
* Various API updates
172
3
* Added force-reweave-inventory from Daniel Silverstone