2
* 'import' now imports directories.
5
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
6
your working directory hierarchy exactly. New config option must be
7
used: "cbranch_target". Appendpath policy should be used for this.
10
* 'import' command now honours execute bit in tarfiles
13
* 'graph-ancestry' shows branch nick if applicable
16
* 'patch' works over sftp (and, in theory, all transports)
19
* 'branch-history' tolerates commit ids with no email
22
* Add zip support to 'import' command
25
* 'patch' fixed to work properly with http URLs and all other transports
28
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
32
* 'shelf' handles pipe errors better when invoking patch
35
* RELEASE: bzrtools 0.13.0
38
* Add encoding flag for 'baz-import'
39
* Fix deprecated API use in 'switch'
40
* Add show-paths command from Alexander Belchenko
43
* RELEASE: bzrtools 0.12.0
44
* Update 'import' command for unique roots changes
47
* Fix parent-setting in 'cbranch'.
50
* Update for unique roots changes
53
* RELEASE: bzrtools 0.11.0
58
* Shove is now deprecated
59
* Reduce interactive slowdown by late-loading PyBaz
60
* baz-import speedup: remove useless merge_innter call
63
* Check bzrlib version
64
* RELEASE: bzrtools 0.9.1
67
* RELEASE: bzrtools 0.9.0
70
* Add --no-color option to shelve/unshelve
73
* clean-tree no longer treats --detritus or --ignored as including --unknowns
2
79
* Add 'shove' command, to move changes to a different tree