~abentley/bzrtools/bzrtools.dev

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