2
* clean-tree no longer treats --detritus or --ignored as including --unknowns
5
* Add 'shove' command, to move changes to a different tree
14
* Add 'import' command, to import tarballs
17
* RELEASE: bzrtools 0.8.1
18
* Fixed test case failure
21
* RELEASE: bzrtools 0.8
24
* Renamed push to rspush (Robert Collins/Aaron Bentley)
27
* New Switch command (David Allouche/Canonical)
33
* Updates to Shelf command
36
* New baz-import algorithm, with respository support
39
* RELEASE: bzrtools 0.7
40
* Improved shell completion
41
* bzr push can omit working tree
42
* Documentation updates
45
* New test.py for standalone (kinda) testing
46
* New branch-history command
47
* New "fix" command (done automatically in fetch-ghosts)
51
* Added force-reweave-inventory from Daniel Silverstone
52
* Decorated push from Robert Collins
53
* Improved shell completion
54
* Improved import when first ancestor is in an unregisered archive
57
* Added tests for several commands
58
* Made push auto_disable when native push present
59
* Merged Michael Ellerman's shelf v2 plugin
60
* New "shell" command, derived from Fai
61
* Got pull working with URLs
65
* disabled annotate in favor of bzr annotate
66
* Added clean-tree --detrius
70
* Default-ignore shelf files
71
* Win32 compatability fixes (Alexander Belchenko)
72
* Conflict handling now in bzr itself
73
* Fetch-missing renamed to fetch-ghosts
74
* Annotate includes changes since last commit, uses sha1 instead of text_id
77
* better errors for bad push locations (Eirik Nygaard)
78
* prevented push from overwriting any non-empty directory that is not an
79
ancestor branch. (Remote revision-history must be a subset of local.)
80
* added --overwrite option to push
83
* Significant reworking of graph-ancestry
84
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
85
* Updated to match bzr 0.0.8 API changes
86
* Updated to handle new bzr diff output
89
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
90
* obsoleted all the executibles; bzrtools only works as plugins now
94
* Added Michael Ellerman's shelf/unshelf
95
* Implemented python user interface
99
* much better error messages for common mistakes
100
* more thorough unit testing
101
* works better with recent merge changes
102
* Debian packaging (Jeff Bailey)
105
* baz2bzr supports updating a previous import (John Meinel)
106
* baz2bzr has proper commandline parsing (John Meinel)
107
* baz2bzr can skip symlinks when importing
108
* bzr-pull is obsolete, now that that bzr has a native pull command