~abentley/bzrtools/bzrtools.dev

274 by Aaron Bentley
Added force-reweave-inventory from Daniel Silverstone
1
Nov 8
2
* Various API updates
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
7
260 by Aaron Bentley
Updated NEWS
8
Oct 28
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
14
238 by Aaron Bentley
Added setup.py, updated INSTALL, NEWS
15
Oct 19
16
* Added setup.py
17
* disabled annotate in favor of bzr annotate
18
* Added clean-tree --detrius
19
* API sync with bzr
20
219 by abentley
Updated NEWS
21
Oct 14
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
27
202 by Aaron Bentley
Updated NEWS
28
Sept 29
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
33
192 by Aaron Bentley
Updated NEWS
34
Sept 22
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
39
152.1.2 by Aaron Bentley
Updated docs, obsoleted old executibles
40
Sept 13
41
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
42
* obsoleted all the executibles; bzrtools only works as plugins now
43
87 by Aaron Bentley
updated docs
44
June 15, 2005
45
* Added annotate
46
* Added Michael Ellerman's shelf/unshelf
47
* Implemented python user interface
48
72 by Aaron Bentley
updated docs
49
June 8, 2005
50
baz2bzr
51
* much better error messages for common mistakes
52
* more thorough unit testing
53
* works better with recent merge changes
79 by Aaron Bentley
Updated docs to mention Debification
54
* Debian packaging (Jeff Bailey)
72 by Aaron Bentley
updated docs
55
63 by Aaron Bentley
Added NEWS, obsoleted bzr-pull
56
June 7, 2005
57
* baz2bzr supports updating a previous import (John Meinel)
58
* baz2bzr has proper commandline parsing (John Meinel)
59
* baz2bzr can skip symlinks when importing
60
* bzr-pull is obsolete, now that that bzr has a native pull command