1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Sept 22
* Significant reworking of graph-ancestry
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
* Updated to match bzr 0.0.8 API changes
* Updated to handle new bzr diff output
Sept 13
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
* obsoleted all the executibles; bzrtools only works as plugins now
June 15, 2005
* Added annotate
* Added Michael Ellerman's shelf/unshelf
* Implemented python user interface
June 8, 2005
baz2bzr
* much better error messages for common mistakes
* more thorough unit testing
* works better with recent merge changes
* Debian packaging (Jeff Bailey)
June 7, 2005
* baz2bzr supports updating a previous import (John Meinel)
* baz2bzr has proper commandline parsing (John Meinel)
* baz2bzr can skip symlinks when importing
* bzr-pull is obsolete, now that that bzr has a native pull command
|