3
* Added force-reweave-inventory from Daniel Silverstone
4
* Decorated push from Robert Collins
5
* Improved shell completion
6
* Improved import when first ancestor is in an unregisered archive
9
* Added tests for several commands
10
* Made push auto_disable when native push present
11
* Merged Michael Ellerman's shelf v2 plugin
12
* New "shell" command, derived from Fai
13
* Got pull working with URLs
17
* disabled annotate in favor of bzr annotate
18
* Added clean-tree --detrius
22
* Default-ignore shelf files
23
* Win32 compatability fixes (Alexander Belchenko)
24
* Conflict handling now in bzr itself
25
* Fetch-missing renamed to fetch-ghosts
26
* Annotate includes changes since last commit, uses sha1 instead of text_id
29
* better errors for bad push locations (Eirik Nygaard)
30
* prevented push from overwriting any non-empty directory that is not an
31
ancestor branch. (Remote revision-history must be a subset of local.)
32
* added --overwrite option to push
35
* Significant reworking of graph-ancestry
36
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
37
* Updated to match bzr 0.0.8 API changes
38
* Updated to handle new bzr diff output
41
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
42
* obsoleted all the executibles; bzrtools only works as plugins now
3
46
* Added Michael Ellerman's shelf/unshelf