2
* RELEASE: bzrtools 0.18.0
5
* graph-ancestry supports new graph API, indicates both possible merge bases,
6
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
10
* RELEASE: bzrtools 0.17.0
11
* RELEASE: bzrtools 0.17.1
14
* Whitespace cleanups from Charlie Shepherd
17
* Version warning is suppressed for dev version of the next release. E.g.
18
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
21
* RELEASE: bzrtools 0.16.1
24
* RELEASE: bzrtools 0.16.0
27
* Get shelf tests passing with dirstate (again!)
28
* RELEASE: bzrtools 0.15.4
31
* Add branch parameter to show-paths
34
* RELEASE: bzrtools 0.15.3
37
* Hack around hunk headers showing as long lines.
40
* Handle broken python tar implementations in upstream_import
41
* RELEASE: bzrtools 0.15.2
44
* RELEASE: bzrtools 0.15.1
45
* RELEASE: bzrtools 0.15.0
48
* Colordiff warns on long lines
51
* RELEASE: bzrtools 0.14.0
54
* 'colordiff' now optionally checks for whitespace violations
57
* 'import' now imports directories.
60
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
61
your working directory hierarchy exactly. New config option must be
62
used: "cbranch_target". Appendpath policy should be used for this.
65
* 'import' command now honours execute bit in tarfiles
68
* 'graph-ancestry' shows branch nick if applicable
71
* 'patch' works over sftp (and, in theory, all transports)
74
* 'branch-history' tolerates commit ids with no email
77
* Add zip support to 'import' command
80
* 'patch' fixed to work properly with http URLs and all other transports
83
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
87
* 'shelf' handles pipe errors better when invoking patch
90
* RELEASE: bzrtools 0.13.0
93
* Add encoding flag for 'baz-import'
94
* Fix deprecated API use in 'switch'
95
* Add show-paths command from Alexander Belchenko
98
* RELEASE: bzrtools 0.12.0
99
* Update 'import' command for unique roots changes
102
* Fix parent-setting in 'cbranch'.
105
* Update for unique roots changes
108
* RELEASE: bzrtools 0.11.0
110
* Clean up test suite
113
* Shove is now deprecated
114
* Reduce interactive slowdown by late-loading PyBaz
115
* baz-import speedup: remove useless merge_innter call
118
* Check bzrlib version
119
* RELEASE: bzrtools 0.9.1
122
* RELEASE: bzrtools 0.9.0
125
* Add --no-color option to shelve/unshelve
128
* clean-tree no longer treats --detritus or --ignored as including --unknowns
134
* Add 'shove' command, to move changes to a different tree
143
* Add 'import' command, to import tarballs
146
* RELEASE: bzrtools 0.8.1
147
* Fixed test case failure
150
* RELEASE: bzrtools 0.8
153
* Renamed push to rspush (Robert Collins/Aaron Bentley)
156
* New Switch command (David Allouche/Canonical)
162
* Updates to Shelf command
165
* New baz-import algorithm, with respository support
168
* RELEASE: bzrtools 0.7
169
2
* Improved shell completion
170
3
* bzr push can omit working tree
171
4
* Documentation updates