2
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
3
your working directory hierarchy exactly. New config option must be
4
used: "cbranch_target". Appendpath policy should be used for this.
7
* 'import' command now honours execute bit in tarfiles
10
* 'graph-ancestry' shows branch nick if applicable
13
* 'patch' works over sftp (and, in theory, all transports)
16
* 'branch-history' tolerates commit ids with no email
19
* Add zip support to 'import' command
22
* 'patch' fixed to work properly with http URLs and all other transports
25
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
29
* 'shelf' handles pipe errors better when invoking patch
32
* RELEASE: bzrtools 0.13.0
35
* Add encoding flag for 'baz-import'
36
* Fix deprecated API use in 'switch'
37
* Add show-paths command from Alexander Belchenko
40
* RELEASE: bzrtools 0.12.0
41
* Update 'import' command for unique roots changes
44
* Fix parent-setting in 'cbranch'.
47
* Update for unique roots changes
50
* RELEASE: bzrtools 0.11.0
55
* Shove is now deprecated
56
* Reduce interactive slowdown by late-loading PyBaz
57
* baz-import speedup: remove useless merge_innter call
60
* Check bzrlib version
61
* RELEASE: bzrtools 0.9.1
64
* RELEASE: bzrtools 0.9.0
67
* Add --no-color option to shelve/unshelve
70
* clean-tree no longer treats --detritus or --ignored as including --unknowns
76
* Add 'shove' command, to move changes to a different tree
85
* Add 'import' command, to import tarballs
88
* RELEASE: bzrtools 0.8.1
89
* Fixed test case failure
92
* RELEASE: bzrtools 0.8
95
* Renamed push to rspush (Robert Collins/Aaron Bentley)
98
* New Switch command (David Allouche/Canonical)
104
* Updates to Shelf command
107
* New baz-import algorithm, with respository support
110
* RELEASE: bzrtools 0.7
111
7
* Improved shell completion
112
8
* bzr push can omit working tree
113
9
* Documentation updates