2
* Hack around hunk headers showing as long lines.
5
* Handle broken python tar implementations in upstream_import
6
* RELEASE: bzrtools 0.15.2
9
* RELEASE: bzrtools 0.15.1
10
* RELEASE: bzrtools 0.15.0
13
* Colordiff warns on long lines
16
* RELEASE: bzrtools 0.14.0
19
* 'colordiff' now optionally checks for whitespace violations
22
* 'import' now imports directories.
25
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
26
your working directory hierarchy exactly. New config option must be
27
used: "cbranch_target". Appendpath policy should be used for this.
30
* 'import' command now honours execute bit in tarfiles
33
* 'graph-ancestry' shows branch nick if applicable
36
* 'patch' works over sftp (and, in theory, all transports)
39
* 'branch-history' tolerates commit ids with no email
42
* Add zip support to 'import' command
45
* 'patch' fixed to work properly with http URLs and all other transports
48
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
52
* 'shelf' handles pipe errors better when invoking patch
55
* RELEASE: bzrtools 0.13.0
58
* Add encoding flag for 'baz-import'
59
* Fix deprecated API use in 'switch'
60
* Add show-paths command from Alexander Belchenko
63
* RELEASE: bzrtools 0.12.0
64
* Update 'import' command for unique roots changes
67
* Fix parent-setting in 'cbranch'.
70
* Update for unique roots changes
73
* RELEASE: bzrtools 0.11.0
78
* Shove is now deprecated
79
* Reduce interactive slowdown by late-loading PyBaz
80
* baz-import speedup: remove useless merge_innter call
83
* Check bzrlib version
84
* RELEASE: bzrtools 0.9.1
87
* RELEASE: bzrtools 0.9.0
90
* Add --no-color option to shelve/unshelve
93
* clean-tree no longer treats --detritus or --ignored as including --unknowns
99
* Add 'shove' command, to move changes to a different tree
108
* Add 'import' command, to import tarballs
111
* RELEASE: bzrtools 0.8.1
112
* Fixed test case failure
115
* RELEASE: bzrtools 0.8
118
* Renamed push to rspush (Robert Collins/Aaron Bentley)
121
* New Switch command (David Allouche/Canonical)
127
* Updates to Shelf command
130
* New baz-import algorithm, with respository support
133
* RELEASE: bzrtools 0.7
2
134
* Improved shell completion
3
135
* bzr push can omit working tree
4
136
* Documentation updates