~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-05-30 02:30:22 UTC
  • Revision ID: aaron@aaronbentley.com-20080530023022-l2fzmlvuzkotwnhv
Remove baz-import

Show diffs side-by-side

added added

removed removed

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