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
79
* Add 'shove' command, to move changes to a different tree
88
* Add 'import' command, to import tarballs
91
* RELEASE: bzrtools 0.8.1
92
* Fixed test case failure
95
* RELEASE: bzrtools 0.8
98
* Renamed push to rspush (Robert Collins/Aaron Bentley)
101
* New Switch command (David Allouche/Canonical)
107
* Updates to Shelf command
110
* New baz-import algorithm, with respository support
113
* RELEASE: bzrtools 0.7
114
* Improved shell completion
115
* bzr push can omit working tree
116
* Documentation updates
119
* New test.py for standalone (kinda) testing
120
* New branch-history command
121
* New "fix" command (done automatically in fetch-ghosts)
124
* Various API updates
125
* Added force-reweave-inventory from Daniel Silverstone
126
* Decorated push from Robert Collins
127
* Improved shell completion
128
* Improved import when first ancestor is in an unregisered archive
131
* Added tests for several commands
132
* Made push auto_disable when native push present
133
* Merged Michael Ellerman's shelf v2 plugin
134
* New "shell" command, derived from Fai
135
* Got pull working with URLs
139
* disabled annotate in favor of bzr annotate
140
* Added clean-tree --detrius
144
* Default-ignore shelf files
145
* Win32 compatability fixes (Alexander Belchenko)
146
* Conflict handling now in bzr itself
147
* Fetch-missing renamed to fetch-ghosts
148
* Annotate includes changes since last commit, uses sha1 instead of text_id
151
* better errors for bad push locations (Eirik Nygaard)
152
* prevented push from overwriting any non-empty directory that is not an
153
ancestor branch. (Remote revision-history must be a subset of local.)
154
* added --overwrite option to push
157
* Significant reworking of graph-ancestry
158
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
159
* Updated to match bzr 0.0.8 API changes
160
* Updated to handle new bzr diff output
163
2
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
164
3
* obsoleted all the executibles; bzrtools only works as plugins now