2
* RELEASE: bzrtools 0.15.1
3
* RELEASE: bzrtools 0.15.0
6
* Colordiff warns on long lines
9
* RELEASE: bzrtools 0.14.0
12
* 'colordiff' now optionally checks for whitespace violations
15
* 'import' now imports directories.
18
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
19
your working directory hierarchy exactly. New config option must be
20
used: "cbranch_target". Appendpath policy should be used for this.
23
* 'import' command now honours execute bit in tarfiles
26
* 'graph-ancestry' shows branch nick if applicable
29
* 'patch' works over sftp (and, in theory, all transports)
32
* 'branch-history' tolerates commit ids with no email
35
* Add zip support to 'import' command
38
* 'patch' fixed to work properly with http URLs and all other transports
41
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
45
* 'shelf' handles pipe errors better when invoking patch
48
* RELEASE: bzrtools 0.13.0
51
* Add encoding flag for 'baz-import'
52
* Fix deprecated API use in 'switch'
53
* Add show-paths command from Alexander Belchenko
56
* RELEASE: bzrtools 0.12.0
57
* Update 'import' command for unique roots changes
60
* Fix parent-setting in 'cbranch'.
63
* Update for unique roots changes
66
* RELEASE: bzrtools 0.11.0
71
* Shove is now deprecated
72
* Reduce interactive slowdown by late-loading PyBaz
73
* baz-import speedup: remove useless merge_innter call
76
* Check bzrlib version
77
* RELEASE: bzrtools 0.9.1
80
* RELEASE: bzrtools 0.9.0
83
* Add --no-color option to shelve/unshelve
86
* clean-tree no longer treats --detritus or --ignored as including --unknowns
92
* Add 'shove' command, to move changes to a different tree
101
* Add 'import' command, to import tarballs
104
* RELEASE: bzrtools 0.8.1
105
* Fixed test case failure
108
* RELEASE: bzrtools 0.8
111
* Renamed push to rspush (Robert Collins/Aaron Bentley)
114
* New Switch command (David Allouche/Canonical)
120
* Updates to Shelf command
123
* New baz-import algorithm, with respository support
126
* RELEASE: bzrtools 0.7
2
127
* Improved shell completion
3
128
* bzr push can omit working tree
4
129
* Documentation updates