~abentley/bzrtools/bzrtools.dev

300 by Aaron Bentley
Updated docs
1
Dec 13
2
* New test.py for standalone (kinda) testing
3
* New branch-history command
4
* New "fix" command (done automatically in fetch-ghosts)
5
274 by Aaron Bentley
Added force-reweave-inventory from Daniel Silverstone
6
Nov 8
7
* Various API updates
8
* Added force-reweave-inventory from Daniel Silverstone
9
* Decorated push from Robert Collins
10
* Improved shell completion
11
* Improved import when first ancestor is in an unregisered archive
12
260 by Aaron Bentley
Updated NEWS
13
Oct 28
14
* Added tests for several commands
15
* Made push auto_disable when native push present
16
* Merged Michael Ellerman's shelf v2 plugin 
17
* New "shell" command, derived from Fai
18
* Got pull working with URLs
19
238 by Aaron Bentley
Added setup.py, updated INSTALL, NEWS
20
Oct 19
21
* Added setup.py
22
* disabled annotate in favor of bzr annotate
23
* Added clean-tree --detrius
24
* API sync with bzr
25
219 by abentley
Updated NEWS
26
Oct 14
27
* Default-ignore shelf files
28
* Win32 compatability fixes (Alexander Belchenko)
29
* Conflict handling now in bzr itself
30
* Fetch-missing renamed to fetch-ghosts
31
* Annotate includes changes since last commit, uses sha1 instead of text_id
32
202 by Aaron Bentley
Updated NEWS
33
Sept 29
34
* better errors for bad push locations (Eirik Nygaard)
35
* prevented push from overwriting any non-empty directory that is not an
36
  ancestor branch.  (Remote revision-history must be a subset of local.)
37
* added --overwrite option to push
38
192 by Aaron Bentley
Updated NEWS
39
Sept 22
40
* Significant reworking of graph-ancestry
41
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
42
* Updated to match bzr 0.0.8 API changes
43
* Updated to handle new bzr diff output
44
152.1.2 by Aaron Bentley
Updated docs, obsoleted old executibles
45
Sept 13
46
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
47
* obsoleted all the executibles; bzrtools only works as plugins now
48
87 by Aaron Bentley
updated docs
49
June 15, 2005
50
* Added annotate
51
* Added Michael Ellerman's shelf/unshelf
52
* Implemented python user interface
53
72 by Aaron Bentley
updated docs
54
June 8, 2005
55
baz2bzr
56
* much better error messages for common mistakes
57
* more thorough unit testing
58
* works better with recent merge changes
79 by Aaron Bentley
Updated docs to mention Debification
59
* Debian packaging (Jeff Bailey)
72 by Aaron Bentley
updated docs
60
63 by Aaron Bentley
Added NEWS, obsoleted bzr-pull
61
June 7, 2005
62
* baz2bzr supports updating a previous import (John Meinel)
63
* baz2bzr has proper commandline parsing (John Meinel)
64
* baz2bzr can skip symlinks when importing
65
* bzr-pull is obsolete, now that that bzr has a native pull command