2
* 'colordiff' now optionally checks for whitespace violations
5
* 'import' now imports directories.
8
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
9
your working directory hierarchy exactly. New config option must be
10
used: "cbranch_target". Appendpath policy should be used for this.
13
* 'import' command now honours execute bit in tarfiles
16
* 'graph-ancestry' shows branch nick if applicable
19
* 'patch' works over sftp (and, in theory, all transports)
22
* 'branch-history' tolerates commit ids with no email
25
* Add zip support to 'import' command
28
* 'patch' fixed to work properly with http URLs and all other transports
31
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
35
* 'shelf' handles pipe errors better when invoking patch
38
* RELEASE: bzrtools 0.13.0
41
* Add encoding flag for 'baz-import'
42
* Fix deprecated API use in 'switch'
43
* Add show-paths command from Alexander Belchenko
46
* RELEASE: bzrtools 0.12.0
47
* Update 'import' command for unique roots changes
50
* Fix parent-setting in 'cbranch'.
53
* Update for unique roots changes
56
* RELEASE: bzrtools 0.11.0
61
* Shove is now deprecated
62
* Reduce interactive slowdown by late-loading PyBaz
63
* baz-import speedup: remove useless merge_innter call
66
* Check bzrlib version
67
* RELEASE: bzrtools 0.9.1
70
* RELEASE: bzrtools 0.9.0
73
* Add --no-color option to shelve/unshelve
76
* clean-tree no longer treats --detritus or --ignored as including --unknowns
82
* Add 'shove' command, to move changes to a different tree
91
* Add 'import' command, to import tarballs
94
* RELEASE: bzrtools 0.8.1
95
* Fixed test case failure
98
* RELEASE: bzrtools 0.8
101
* Renamed push to rspush (Robert Collins/Aaron Bentley)
104
* New Switch command (David Allouche/Canonical)
110
* Updates to Shelf command
113
* New baz-import algorithm, with respository support
116
* RELEASE: bzrtools 0.7
117
* Improved shell completion
118
* bzr push can omit working tree
119
* Documentation updates
122
* New test.py for standalone (kinda) testing
123
* New branch-history command
124
* New "fix" command (done automatically in fetch-ghosts)
127
2
* Various API updates
128
3
* Added force-reweave-inventory from Daniel Silverstone