~abentley/bzrtools/bzrtools.dev

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