~abentley/bzrtools/bzrtools.dev

540 by Aaron Bentley
Update NEWS
1
June 12 2007
2
* RELEASE: bzrtools 0.17.0
540.1.2 by Aaron Bentley
Prepare for 0.17.1 release
3
* RELEASE: bzrtools 0.17.1
540 by Aaron Bentley
Update NEWS
4
5
June 10 2007
6
* Whitespace cleanups from Charlie Shepherd
7
8
June 9 2007
9
* Version warning is suppressed for dev version of the next release.  E.g.
10
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
11
534 by Aaron Bentley
Release 0.16.1
12
May 8 2007
13
* RELEASE: bzrtools 0.16.1
14
532 by Aaron Bentley
Update NEWS for 0.16.0
15
April 27 2007
16
* RELEASE: bzrtools 0.16.0
17
528 by Aaron Bentley
Add branch parameter to show-paths
18
March 26 2007
517.1.7 by Aaron Bentley
Fix shelf tests, release 0.15.4
19
* Get shelf tests passing with dirstate (again!)
20
* RELEASE: bzrtools 0.15.4
21
530 by Aaron Bentley
Merge from release
22
March 26 2007
528 by Aaron Bentley
Add branch parameter to show-paths
23
* Add branch parameter to show-paths
24
517.1.7 by Aaron Bentley
Fix shelf tests, release 0.15.4
25
March 16 2007
517.1.6 by Aaron Bentley
release 0.15.3
26
* RELEASE: bzrtools 0.15.3
27
521 by Aaron Bentley
colordiff long-line detection skips hunk headers
28
March 12 2007
29
* Hack around hunk headers showing as long lines.
30
517.1.4 by Aaron Bentley
Update for version 1.5.2
31
March 9 2007
32
* Handle broken python tar implementations in upstream_import
33
* RELEASE: bzrtools 0.15.2
34
516 by Aaron Bentley
Update NEWS
35
March 7 2007
517.1.2 by Aaron Bentley
Prepare 0.15.1 release
36
* RELEASE: bzrtools 0.15.1
516 by Aaron Bentley
Update NEWS
37
* RELEASE: bzrtools 0.15.0
38
39
Feb 2 2007
40
* Colordiff warns on long lines
41
501 by Aaron Bentley
Release bzrtools 0.14.0
42
Jan 17 2007
43
* RELEASE: bzrtools 0.14.0
44
45
Jan 16 2007
498 by Aaron Bentley
Add NEWS
46
* 'colordiff' now optionally checks for whitespace violations
47
489 by Aaron Bentley
import now imports directories
48
Jan 8 2007
49
* 'import' now imports directories.
50
486 by Aaron Bentley
Support deep cbranch hierarcy via appendpath
51
Jan 4 2007
52
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
53
  your working directory hierarchy exactly.  New config option must be
54
  used: "cbranch_target".  Appendpath policy should be used for this.
55
482 by Aaron Bentley
upstream imports honour the execute bit
56
Dec 28
57
* 'import' command now honours execute bit in tarfiles
58
483 by Aaron Bentley
tweak NEWS
59
Dec 21
60
* 'graph-ancestry' shows branch nick if applicable
61
62
Dec 19
63
* 'patch' works over sftp (and, in theory, all transports)
64
65
Dec 13
66
* 'branch-history' tolerates commit ids with no email
67
475 by Aaron Bentley
Add zip import support
68
Dec 12
69
* Add zip support to 'import' command
70
474 by Aaron Bentley
update NEWS
71
Dec 11
475 by Aaron Bentley
Add zip import support
72
* 'patch' fixed to work properly with http URLs and all other transports
474 by Aaron Bentley
update NEWS
73
74
Dec 5
475 by Aaron Bentley
Add zip import support
75
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
474 by Aaron Bentley
update NEWS
76
  (Andrew Tridgell)
77
78
Dec 4
475 by Aaron Bentley
Add zip import support
79
* 'shelf' handles pipe errors better when invoking patch 
474 by Aaron Bentley
update NEWS
80
468 by Aaron Bentley
Release: 0.13.0
81
Nov 27
82
* RELEASE: bzrtools 0.13.0
83
466 by Aaron Bentley
Update docs
84
Nov 22
85
* Add encoding flag for 'baz-import'
86
* Fix deprecated API use in 'switch'
87
* Add show-paths command from Alexander Belchenko
88
456 by Aaron Bentley
Release 0.12.0, update NEWS
89
Oct 25
90
* RELEASE: bzrtools 0.12.0
91
* Update 'import' command for unique roots changes
92
93
Oct 24
94
* Fix parent-setting in 'cbranch'.
95
453.1.1 by Aaron Bentley
Updated NEWS
96
Oct 15
97
* Update for unique roots changes
98
448 by Aaron Bentley
Release 0.11.0
99
Sep 25
100
* RELEASE: bzrtools 0.11.0
101
* Remove Shove
102
* Clean up test suite
103
437 by Aaron Bentley
Update NEWS
104
Aug 28
105
* Shove is now deprecated
106
* Reduce interactive slowdown by late-loading PyBaz
107
* baz-import speedup: remove useless merge_innter call
108
428 by Aaron Bentley
Add version number, check against bzrlib version
109
Aug 15
110
* Check bzrlib version
111
* RELEASE: bzrtools 0.9.1
112
426 by Aaron Bentley
Release bzrtools 0.9.0
113
Aug 11
114
* RELEASE: bzrtools 0.9.0
115
423.1.4 by Aaron Bentley
Add --no-color option to shelf
116
Aug 6
117
* Add --no-color option to shelve/unshelve
118
417 by Aaron Bentley
Update clean-tree docs
119
July 13
120
* clean-tree no longer treats --detritus or --ignored as including --unknowns
121
423.1.4 by Aaron Bentley
Add --no-color option to shelf
122
July 11
123
* Shelf colorizing
124
392.1.2 by Aaron Bentley
Update NEWS
125
June 14
126
* Add 'shove' command, to move changes to a different tree
127
128
June 3
129
* clean-tree tweaks
130
131
May 30
132
* test suite updates
133
134
May 18
135
* Add 'import' command, to import tarballs
136
373 by Aaron Bentley
Updated NEWS
137
May 11
138
* RELEASE: bzrtools 0.8.1
139
* Fixed test case failure
140
371 by Aaron Bentley
More doc updates
141
May 9
142
* RELEASE: bzrtools 0.8
143
370 by Aaron Bentley
Documentation updates
144
May 1
364.1.4 by Aaron Bentley
Changed rpush to rspush
145
* Renamed push to rspush (Robert Collins/Aaron Bentley)
147.4.37 by Robert Collins
Convert push to rpush.
146
360.1.2 by Aaron Bentley
Tweak switch command
147
Apr 11
148
* New Switch command (David Allouche/Canonical)
149
347 by Aaron Bentley
Added zap to docs
150
Mar 22
151
* New Zap command
152
370 by Aaron Bentley
Documentation updates
153
Mar 18
154
* Updates to Shelf command
155
156
Mar 10
157
* New baz-import algorithm, with respository support
347 by Aaron Bentley
Added zap to docs
158
305 by Aaron Bentley
Updated NEWS
159
Jan 31
371 by Aaron Bentley
More doc updates
160
* RELEASE: bzrtools 0.7
305 by Aaron Bentley
Updated NEWS
161
* Improved shell completion
364.1.4 by Aaron Bentley
Changed rpush to rspush
162
* bzr push can omit working tree
305 by Aaron Bentley
Updated NEWS
163
* Documentation updates
164
300 by Aaron Bentley
Updated docs
165
Dec 13
166
* New test.py for standalone (kinda) testing
167
* New branch-history command
168
* New "fix" command (done automatically in fetch-ghosts)
169
274 by Aaron Bentley
Added force-reweave-inventory from Daniel Silverstone
170
Nov 8
171
* Various API updates
172
* Added force-reweave-inventory from Daniel Silverstone
173
* Decorated push from Robert Collins
174
* Improved shell completion
175
* Improved import when first ancestor is in an unregisered archive
176
260 by Aaron Bentley
Updated NEWS
177
Oct 28
178
* Added tests for several commands
179
* Made push auto_disable when native push present
180
* Merged Michael Ellerman's shelf v2 plugin 
181
* New "shell" command, derived from Fai
182
* Got pull working with URLs
183
238 by Aaron Bentley
Added setup.py, updated INSTALL, NEWS
184
Oct 19
185
* Added setup.py
186
* disabled annotate in favor of bzr annotate
187
* Added clean-tree --detrius
188
* API sync with bzr
189
219 by abentley
Updated NEWS
190
Oct 14
191
* Default-ignore shelf files
192
* Win32 compatability fixes (Alexander Belchenko)
193
* Conflict handling now in bzr itself
194
* Fetch-missing renamed to fetch-ghosts
195
* Annotate includes changes since last commit, uses sha1 instead of text_id
196
202 by Aaron Bentley
Updated NEWS
197
Sept 29
198
* better errors for bad push locations (Eirik Nygaard)
199
* prevented push from overwriting any non-empty directory that is not an
200
  ancestor branch.  (Remote revision-history must be a subset of local.)
201
* added --overwrite option to push
202
192 by Aaron Bentley
Updated NEWS
203
Sept 22
204
* Significant reworking of graph-ancestry
205
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
206
* Updated to match bzr 0.0.8 API changes
207
* Updated to handle new bzr diff output
208
152.1.2 by Aaron Bentley
Updated docs, obsoleted old executibles
209
Sept 13
210
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
211
* obsoleted all the executibles; bzrtools only works as plugins now
212
87 by Aaron Bentley
updated docs
213
June 15, 2005
214
* Added annotate
215
* Added Michael Ellerman's shelf/unshelf
216
* Implemented python user interface
217
72 by Aaron Bentley
updated docs
218
June 8, 2005
219
baz2bzr
220
* much better error messages for common mistakes
221
* more thorough unit testing
222
* works better with recent merge changes
79 by Aaron Bentley
Updated docs to mention Debification
223
* Debian packaging (Jeff Bailey)
72 by Aaron Bentley
updated docs
224
63 by Aaron Bentley
Added NEWS, obsoleted bzr-pull
225
June 7, 2005
226
* baz2bzr supports updating a previous import (John Meinel)
227
* baz2bzr has proper commandline parsing (John Meinel)
228
* baz2bzr can skip symlinks when importing
229
* bzr-pull is obsolete, now that that bzr has a native pull command