~abentley/bzrtools/bzrtools.dev

468 by Aaron Bentley
Release: 0.13.0
1
Nov 27
2
* RELEASE: bzrtools 0.13.0
3
466 by Aaron Bentley
Update docs
4
Nov 22
5
* Add encoding flag for 'baz-import'
6
* Fix deprecated API use in 'switch'
7
* Add show-paths command from Alexander Belchenko
8
456 by Aaron Bentley
Release 0.12.0, update NEWS
9
Oct 25
10
* RELEASE: bzrtools 0.12.0
11
* Update 'import' command for unique roots changes
12
13
Oct 24
14
* Fix parent-setting in 'cbranch'.
15
453.1.1 by Aaron Bentley
Updated NEWS
16
Oct 15
17
* Update for unique roots changes
18
448 by Aaron Bentley
Release 0.11.0
19
Sep 25
20
* RELEASE: bzrtools 0.11.0
21
* Remove Shove
22
* Clean up test suite
23
437 by Aaron Bentley
Update NEWS
24
Aug 28
25
* Shove is now deprecated
26
* Reduce interactive slowdown by late-loading PyBaz
27
* baz-import speedup: remove useless merge_innter call
28
428 by Aaron Bentley
Add version number, check against bzrlib version
29
Aug 15
30
* Check bzrlib version
31
* RELEASE: bzrtools 0.9.1
32
426 by Aaron Bentley
Release bzrtools 0.9.0
33
Aug 11
34
* RELEASE: bzrtools 0.9.0
35
423.1.4 by Aaron Bentley
Add --no-color option to shelf
36
Aug 6
37
* Add --no-color option to shelve/unshelve
38
417 by Aaron Bentley
Update clean-tree docs
39
July 13
40
* clean-tree no longer treats --detritus or --ignored as including --unknowns
41
423.1.4 by Aaron Bentley
Add --no-color option to shelf
42
July 11
43
* Shelf colorizing
44
392.1.2 by Aaron Bentley
Update NEWS
45
June 14
46
* Add 'shove' command, to move changes to a different tree
47
48
June 3
49
* clean-tree tweaks
50
51
May 30
52
* test suite updates
53
54
May 18
55
* Add 'import' command, to import tarballs
56
373 by Aaron Bentley
Updated NEWS
57
May 11
58
* RELEASE: bzrtools 0.8.1
59
* Fixed test case failure
60
371 by Aaron Bentley
More doc updates
61
May 9
62
* RELEASE: bzrtools 0.8
63
370 by Aaron Bentley
Documentation updates
64
May 1
364.1.4 by Aaron Bentley
Changed rpush to rspush
65
* Renamed push to rspush (Robert Collins/Aaron Bentley)
147.4.37 by Robert Collins
Convert push to rpush.
66
360.1.2 by Aaron Bentley
Tweak switch command
67
Apr 11
68
* New Switch command (David Allouche/Canonical)
69
347 by Aaron Bentley
Added zap to docs
70
Mar 22
71
* New Zap command
72
370 by Aaron Bentley
Documentation updates
73
Mar 18
74
* Updates to Shelf command
75
76
Mar 10
77
* New baz-import algorithm, with respository support
347 by Aaron Bentley
Added zap to docs
78
305 by Aaron Bentley
Updated NEWS
79
Jan 31
371 by Aaron Bentley
More doc updates
80
* RELEASE: bzrtools 0.7
305 by Aaron Bentley
Updated NEWS
81
* Improved shell completion
364.1.4 by Aaron Bentley
Changed rpush to rspush
82
* bzr push can omit working tree
305 by Aaron Bentley
Updated NEWS
83
* Documentation updates
84
300 by Aaron Bentley
Updated docs
85
Dec 13
86
* New test.py for standalone (kinda) testing
87
* New branch-history command
88
* New "fix" command (done automatically in fetch-ghosts)
89
274 by Aaron Bentley
Added force-reweave-inventory from Daniel Silverstone
90
Nov 8
91
* Various API updates
92
* Added force-reweave-inventory from Daniel Silverstone
93
* Decorated push from Robert Collins
94
* Improved shell completion
95
* Improved import when first ancestor is in an unregisered archive
96
260 by Aaron Bentley
Updated NEWS
97
Oct 28
98
* Added tests for several commands
99
* Made push auto_disable when native push present
100
* Merged Michael Ellerman's shelf v2 plugin 
101
* New "shell" command, derived from Fai
102
* Got pull working with URLs
103
238 by Aaron Bentley
Added setup.py, updated INSTALL, NEWS
104
Oct 19
105
* Added setup.py
106
* disabled annotate in favor of bzr annotate
107
* Added clean-tree --detrius
108
* API sync with bzr
109
219 by abentley
Updated NEWS
110
Oct 14
111
* Default-ignore shelf files
112
* Win32 compatability fixes (Alexander Belchenko)
113
* Conflict handling now in bzr itself
114
* Fetch-missing renamed to fetch-ghosts
115
* Annotate includes changes since last commit, uses sha1 instead of text_id
116
202 by Aaron Bentley
Updated NEWS
117
Sept 29
118
* better errors for bad push locations (Eirik Nygaard)
119
* prevented push from overwriting any non-empty directory that is not an
120
  ancestor branch.  (Remote revision-history must be a subset of local.)
121
* added --overwrite option to push
122
192 by Aaron Bentley
Updated NEWS
123
Sept 22
124
* Significant reworking of graph-ancestry
125
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
126
* Updated to match bzr 0.0.8 API changes
127
* Updated to handle new bzr diff output
128
152.1.2 by Aaron Bentley
Updated docs, obsoleted old executibles
129
Sept 13
130
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
131
* obsoleted all the executibles; bzrtools only works as plugins now
132
87 by Aaron Bentley
updated docs
133
June 15, 2005
134
* Added annotate
135
* Added Michael Ellerman's shelf/unshelf
136
* Implemented python user interface
137
72 by Aaron Bentley
updated docs
138
June 8, 2005
139
baz2bzr
140
* much better error messages for common mistakes
141
* more thorough unit testing
142
* works better with recent merge changes
79 by Aaron Bentley
Updated docs to mention Debification
143
* Debian packaging (Jeff Bailey)
72 by Aaron Bentley
updated docs
144
63 by Aaron Bentley
Added NEWS, obsoleted bzr-pull
145
June 7, 2005
146
* baz2bzr supports updating a previous import (John Meinel)
147
* baz2bzr has proper commandline parsing (John Meinel)
148
* baz2bzr can skip symlinks when importing
149
* bzr-pull is obsolete, now that that bzr has a native pull command