~abentley/bzrtools/bzrtools.dev

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