~abentley/bzrtools/bzrtools.dev

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