2
* RELEASE: bzrtools 0.13.0
5
* Add encoding flag for 'baz-import'
6
* Fix deprecated API use in 'switch'
7
* Add show-paths command from Alexander Belchenko
10
* RELEASE: bzrtools 0.12.0
11
* Update 'import' command for unique roots changes
14
* Fix parent-setting in 'cbranch'.
17
* Update for unique roots changes
20
* RELEASE: bzrtools 0.11.0
25
* Shove is now deprecated
26
* Reduce interactive slowdown by late-loading PyBaz
27
* baz-import speedup: remove useless merge_innter call
30
* Check bzrlib version
31
* RELEASE: bzrtools 0.9.1
34
* RELEASE: bzrtools 0.9.0
37
* Add --no-color option to shelve/unshelve
40
* clean-tree no longer treats --detritus or --ignored as including --unknowns
46
* Add 'shove' command, to move changes to a different tree
55
* Add 'import' command, to import tarballs
58
* RELEASE: bzrtools 0.8.1
59
* Fixed test case failure
62
* RELEASE: bzrtools 0.8
65
* Renamed push to rspush (Robert Collins/Aaron Bentley)
68
* New Switch command (David Allouche/Canonical)
74
* Updates to Shelf command
77
* New baz-import algorithm, with respository support
80
* RELEASE: bzrtools 0.7
81
* Improved shell completion
82
* bzr push can omit working tree
83
* Documentation updates
86
* New test.py for standalone (kinda) testing
87
* New branch-history command
88
* New "fix" command (done automatically in fetch-ghosts)
92
* Added force-reweave-inventory from Daniel Silverstone
93
* Decorated push from Robert Collins
94
* Improved shell completion
95
* Improved import when first ancestor is in an unregisered archive
98
* Added tests for several commands
99
* Made push auto_disable when native push present
100
* Merged Michael Ellerman's shelf v2 plugin
101
* New "shell" command, derived from Fai
102
* Got pull working with URLs
106
* disabled annotate in favor of bzr annotate
107
* Added clean-tree --detrius
111
* Default-ignore shelf files
112
* Win32 compatability fixes (Alexander Belchenko)
113
* Conflict handling now in bzr itself
114
* Fetch-missing renamed to fetch-ghosts
115
* Annotate includes changes since last commit, uses sha1 instead of text_id
118
* better errors for bad push locations (Eirik Nygaard)
119
* prevented push from overwriting any non-empty directory that is not an
120
ancestor branch. (Remote revision-history must be a subset of local.)
121
* added --overwrite option to push
124
* Significant reworking of graph-ancestry
125
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
126
* Updated to match bzr 0.0.8 API changes
127
* Updated to handle new bzr diff output
130
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
131
* obsoleted all the executibles; bzrtools only works as plugins now
135
* Added Michael Ellerman's shelf/unshelf
136
* Implemented python user interface
140
* much better error messages for common mistakes
141
* more thorough unit testing
142
* works better with recent merge changes
143
* Debian packaging (Jeff Bailey)
146
* baz2bzr supports updating a previous import (John Meinel)
147
* baz2bzr has proper commandline parsing (John Meinel)
148
* baz2bzr can skip symlinks when importing
149
* bzr-pull is obsolete, now that that bzr has a native pull command