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
127
* Improved shell completion
128
* bzr push can omit working tree
129
* Documentation updates
132
* New test.py for standalone (kinda) testing
133
* New branch-history command
134
* New "fix" command (done automatically in fetch-ghosts)
137
* Various API updates
138
* Added force-reweave-inventory from Daniel Silverstone
139
* Decorated push from Robert Collins
140
* Improved shell completion
141
* Improved import when first ancestor is in an unregisered archive
144
* Added tests for several commands
145
* Made push auto_disable when native push present
146
* Merged Michael Ellerman's shelf v2 plugin
147
* New "shell" command, derived from Fai
148
* Got pull working with URLs
152
* disabled annotate in favor of bzr annotate
153
* Added clean-tree --detrius
157
* Default-ignore shelf files
158
* Win32 compatability fixes (Alexander Belchenko)
159
* Conflict handling now in bzr itself
160
* Fetch-missing renamed to fetch-ghosts
161
* Annotate includes changes since last commit, uses sha1 instead of text_id
164
* better errors for bad push locations (Eirik Nygaard)
165
* prevented push from overwriting any non-empty directory that is not an
166
ancestor branch. (Remote revision-history must be a subset of local.)
167
* added --overwrite option to push
170
* Significant reworking of graph-ancestry
171
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
172
* Updated to match bzr 0.0.8 API changes
173
* Updated to handle new bzr diff output
176
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
177
* obsoleted all the executibles; bzrtools only works as plugins now
3
181
* Added Michael Ellerman's shelf/unshelf