~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-10-06 23:24:16 UTC
  • Revision ID: aaron@aaronbentley.com-20081006232416-mbohnubye0z5tiev
Add target_file param

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
January 25 2011
2
 
* RELEASE: bzrtools 2.3.0
3
 
 
4
 
May 12 2010
5
 
* Remove unneeded imports
6
 
 
7
 
May 11 2010
8
 
* Fix tests of 'bzr zap'
9
 
 
10
 
April 6 2010
11
 
* RELEASE: bzrtools 2.2.0
12
 
 
13
 
February 4 2010
14
 
* RELEASE: bzrtools 2.1.0
15
 
 
16
 
November 30 2009
17
 
* (Gordon Tyler) shell now accepts --directory 
18
 
 
19
 
November 12 2009
20
 
* shell now run qbzr commands in a subprocess.
21
 
 
22
 
November 11 2009
23
 
* (Max Bowsher) fetch-ghosts now works again.  And has tests.
24
 
 
25
 
November 10 2009
26
 
* (Max Bowsher) Improved version checking
27
 
 
28
 
October 20 2009
29
 
* conflict-diff no longer requires a single file to be specified.  Multiple
30
 
  files or no files can be specified.
31
 
 
32
 
October 19 2009
33
 
* RELEASE: bzrtools 2.1.0b1
34
 
 
35
 
September 26 2009
36
 
* Fix bug #435695: deprecation warning completing command names
37
 
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
38
 
  chars in string.whitespace.
39
 
* (James Westby) patch accepts -p as a short name for --strip.
40
 
* (Benoît Pierre) ^C does not abort the shell command
41
 
* (Benoît Pierre) line parsing errors do not abort the shell command
42
 
* RELEASE: bzrtools 2.0.1
43
 
 
44
 
September 3 2009
45
 
* RELEASE: bzrtools 2.0.0
46
 
 
47
 
August 20 2009
48
 
* RELEASE: bzrtools 1.18.0
49
 
 
50
 
July 13 2009
51
 
* RELEASE: bzrtools 1.17.0
52
 
 
53
 
July 10 2009
54
 
* `create-mirror` mirrors child_submit_to
55
 
 
56
 
June 16 2009
57
 
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
58
 
  to `unshelve`.
59
 
 
60
 
June 12 2009
61
 
* RELEASE: bzrtools 1.16.0
62
 
 
63
 
June 10 2009
64
 
* Implement create-mirror command
65
 
 
66
 
May 27 2009
67
 
* Fix fetch-ghosts command for bzr 1.15
68
 
* RELEASE: bzrtools 1.15.0
69
 
 
70
 
April 28 2009
71
 
* bzrtools officially upgraded to rich roots.
72
 
 
73
 
April 10 2009
74
 
* Fix import command for Python 2.6
75
 
* RELEASE: bzrtools 1.14.0
76
 
 
77
 
March 11 2009
78
 
* `bzr patch` handles URLs with trailing slashes.
79
 
* RELEASE: bzrtools 1.13.0
80
 
* Remove clean-tree (now in bzr core)
81
 
* New conflict-diff command
82
 
 
83
 
February 10 2009
84
 
* RELEASE: bzrtools 1.12.0
85
 
 
86
 
January 12 2009
87
 
* RELEASE: bzrtools 1.11.0
88
 
 
89
 
January 7 2009
90
 
* Rename shelf command to shelf1, to match others & reduce confusion.
91
 
 
92
 
November 28 2008
93
 
* RELEASE: bzrtools 1.10.0
94
 
 
95
 
Novemeber 23 2008
96
 
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
97
 
* Support auto-detecting color in shelf UI
98
 
 
99
 
November 11 2008
100
 
* Support colorizing in shelf UI
101
 
 
102
 
November 5 2008
103
 
* RELEASE: bzrtools 1.9.1
104
 
 
105
 
November 4 2008
106
 
* Restore runtime ignore for .shelf files
107
 
 
108
 
November 3 2008
109
 
* RELEASE: bzrtools 1.9.0
110
 
 
111
 
October 22 2008
112
 
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
113
 
 
114
 
October 17 2008
115
 
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
116
 
  and 'unshelve'.  This allows bzr core to supply 'shelve' and 'unshelve'.
117
 
 
118
 
October 7 2008
119
 
* RELEASE: bzrtools 1.8.0
120
 
* Fix NotStandalone class to be stringable (#277652)
121
 
 
122
1
September 11 2008
123
2
* RELEASE: bzrtools 1.7.0
124
3
 
282
161
  your working directory hierarchy exactly.  New config option must be
283
162
  used: "cbranch_target".  Appendpath policy should be used for this.
284
163
 
285
 
Dec 28 2006
 
164
Dec 28
286
165
* 'import' command now honours execute bit in tarfiles
287
166
 
288
 
Dec 21 2006
 
167
Dec 21
289
168
* 'graph-ancestry' shows branch nick if applicable
290
169
 
291
 
Dec 19 2006
 
170
Dec 19
292
171
* 'patch' works over sftp (and, in theory, all transports)
293
172
 
294
 
Dec 13 2006
 
173
Dec 13
295
174
* 'branch-history' tolerates commit ids with no email
296
175
 
297
 
Dec 12 2006
 
176
Dec 12
298
177
* Add zip support to 'import' command
299
178
 
300
 
Dec 11 2006
 
179
Dec 11
301
180
* 'patch' fixed to work properly with http URLs and all other transports
302
181
 
303
 
Dec 5 2006
 
182
Dec 5
304
183
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
305
184
  (Andrew Tridgell)
306
185
 
307
 
Dec 4 2006
 
186
Dec 4
308
187
* 'shelf' handles pipe errors better when invoking patch 
309
188
 
310
 
Nov 27 2006
 
189
Nov 27
311
190
* RELEASE: bzrtools 0.13.0
312
191
 
313
 
Nov 22 2006
 
192
Nov 22
314
193
* Add encoding flag for 'baz-import'
315
194
* Fix deprecated API use in 'switch'
316
195
* Add show-paths command from Alexander Belchenko
317
196
 
318
 
Oct 25 2006
 
197
Oct 25
319
198
* RELEASE: bzrtools 0.12.0
320
199
* Update 'import' command for unique roots changes
321
200
 
322
 
Oct 24 2006
 
201
Oct 24
323
202
* Fix parent-setting in 'cbranch'.
324
203
 
325
 
Oct 15 2006
 
204
Oct 15
326
205
* Update for unique roots changes
327
206
 
328
 
Sep 25 2006
 
207
Sep 25
329
208
* RELEASE: bzrtools 0.11.0
330
209
* Remove Shove
331
210
* Clean up test suite
332
211
 
333
 
Aug 28 2006
 
212
Aug 28
334
213
* Shove is now deprecated
335
214
* Reduce interactive slowdown by late-loading PyBaz
336
 
* baz-import speedup: remove useless merge_inner call
 
215
* baz-import speedup: remove useless merge_innter call
337
216
 
338
 
Aug 15 2006
 
217
Aug 15
339
218
* Check bzrlib version
340
219
* RELEASE: bzrtools 0.9.1
341
220
 
342
 
Aug 11 2006
 
221
Aug 11
343
222
* RELEASE: bzrtools 0.9.0
344
223
 
345
 
Aug 6 2006
 
224
Aug 6
346
225
* Add --no-color option to shelve/unshelve
347
226
 
348
 
July 13 2006
 
227
July 13
349
228
* clean-tree no longer treats --detritus or --ignored as including --unknowns
350
229
 
351
 
July 11 2006
 
230
July 11
352
231
* Shelf colorizing
353
232
 
354
 
June 14 2006
 
233
June 14
355
234
* Add 'shove' command, to move changes to a different tree
356
235
 
357
 
June 3 2006
 
236
June 3
358
237
* clean-tree tweaks
359
238
 
360
 
May 30 2006
 
239
May 30
361
240
* test suite updates
362
241
 
363
 
May 18 2006
 
242
May 18
364
243
* Add 'import' command, to import tarballs
365
244
 
366
 
May 11 2006
 
245
May 11
367
246
* RELEASE: bzrtools 0.8.1
368
247
* Fixed test case failure
369
248
 
370
 
May 9 2006
 
249
May 9
371
250
* RELEASE: bzrtools 0.8
372
251
 
373
 
May 1 2006
 
252
May 1
374
253
* Renamed push to rspush (Robert Collins/Aaron Bentley)
375
254
 
376
 
Apr 11 2006
 
255
Apr 11
377
256
* New Switch command (David Allouche/Canonical)
378
257
 
379
 
Mar 22 2006
 
258
Mar 22
380
259
* New Zap command
381
260
 
382
 
Mar 18 2006
 
261
Mar 18
383
262
* Updates to Shelf command
384
263
 
385
 
Mar 10 2006
 
264
Mar 10
386
265
* New baz-import algorithm, with respository support
387
266
 
388
 
Jan 31 2006
 
267
Jan 31
389
268
* RELEASE: bzrtools 0.7
390
269
* Improved shell completion
391
270
* bzr push can omit working tree
392
271
* Documentation updates
393
272
 
394
 
Dec 13 2005
 
273
Dec 13
395
274
* New test.py for standalone (kinda) testing
396
275
* New branch-history command
397
276
* New "fix" command (done automatically in fetch-ghosts)
398
277
 
399
 
Nov 8 2005
 
278
Nov 8
400
279
* Various API updates
401
280
* Added force-reweave-inventory from Daniel Silverstone
402
281
* Decorated push from Robert Collins
403
282
* Improved shell completion
404
283
* Improved import when first ancestor is in an unregisered archive
405
284
 
406
 
Oct 28 2005
 
285
Oct 28
407
286
* Added tests for several commands
408
287
* Made push auto_disable when native push present
409
288
* Merged Michael Ellerman's shelf v2 plugin 
410
289
* New "shell" command, derived from Fai
411
290
* Got pull working with URLs
412
291
 
413
 
Oct 19 2005
 
292
Oct 19
414
293
* Added setup.py
415
294
* disabled annotate in favor of bzr annotate
416
295
* Added clean-tree --detrius
417
296
* API sync with bzr
418
297
 
419
 
Oct 14 2005
 
298
Oct 14
420
299
* Default-ignore shelf files
421
300
* Win32 compatability fixes (Alexander Belchenko)
422
301
* Conflict handling now in bzr itself
423
302
* Fetch-missing renamed to fetch-ghosts
424
303
* Annotate includes changes since last commit, uses sha1 instead of text_id
425
304
 
426
 
Sept 29 2005
 
305
Sept 29
427
306
* better errors for bad push locations (Eirik Nygaard)
428
307
* prevented push from overwriting any non-empty directory that is not an
429
308
  ancestor branch.  (Remote revision-history must be a subset of local.)
430
309
* added --overwrite option to push
431
310
 
432
 
Sept 22 2005
 
311
Sept 22
433
312
* Significant reworking of graph-ancestry
434
313
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
435
314
* Updated to match bzr 0.0.8 API changes
436
315
* Updated to handle new bzr diff output
437
316
 
438
 
Sept 13 2005
 
317
Sept 13
439
318
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
440
319
* obsoleted all the executibles; bzrtools only works as plugins now
441
320