~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-05-12 04:14:21 UTC
  • Revision ID: aaron@aaronbentley.com-20080512041421-hunspdyev3rxqx7u
Avoid using deprecated interface for heads

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
 
September 11 2008
123
 
* RELEASE: bzrtools 1.7.0
124
 
 
125
 
July 10 2008
126
 
* colordiff can now use /etc/colordiffrc
127
 
 
128
 
June 5 2008
129
 
* RELEASE: bzrtools 1.6.0
130
 
 
131
 
June 3 2008
132
 
* Fix bug in when TERM environment variable is unset
133
 
 
134
 
May 29 2008
135
 
* Spin off baz-import into a separate project
136
 
* Remove show-paths
137
 
 
138
 
May 12 2008
139
 
* Mark show-paths as obsolete
140
 
* Update to avoid deprecated APIs
141
 
* RELEASE: bzrtools 1.5.0
142
 
 
143
 
May 11 2008
144
 
* Test fixes from Alexander Belchenko
145
 
* Merge heads plugin
146
 
* Update heads plugin to use undeprecated APIs
147
 
 
148
 
April 26 2008
 
1
April 26 2007
149
2
* Updates to syntax highlighting from Marius Kruger
150
3
 
151
4
April 17 2008
282
135
  your working directory hierarchy exactly.  New config option must be
283
136
  used: "cbranch_target".  Appendpath policy should be used for this.
284
137
 
285
 
Dec 28 2006
 
138
Dec 28
286
139
* 'import' command now honours execute bit in tarfiles
287
140
 
288
 
Dec 21 2006
 
141
Dec 21
289
142
* 'graph-ancestry' shows branch nick if applicable
290
143
 
291
 
Dec 19 2006
 
144
Dec 19
292
145
* 'patch' works over sftp (and, in theory, all transports)
293
146
 
294
 
Dec 13 2006
 
147
Dec 13
295
148
* 'branch-history' tolerates commit ids with no email
296
149
 
297
 
Dec 12 2006
 
150
Dec 12
298
151
* Add zip support to 'import' command
299
152
 
300
 
Dec 11 2006
 
153
Dec 11
301
154
* 'patch' fixed to work properly with http URLs and all other transports
302
155
 
303
 
Dec 5 2006
 
156
Dec 5
304
157
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
305
158
  (Andrew Tridgell)
306
159
 
307
 
Dec 4 2006
 
160
Dec 4
308
161
* 'shelf' handles pipe errors better when invoking patch 
309
162
 
310
 
Nov 27 2006
 
163
Nov 27
311
164
* RELEASE: bzrtools 0.13.0
312
165
 
313
 
Nov 22 2006
 
166
Nov 22
314
167
* Add encoding flag for 'baz-import'
315
168
* Fix deprecated API use in 'switch'
316
169
* Add show-paths command from Alexander Belchenko
317
170
 
318
 
Oct 25 2006
 
171
Oct 25
319
172
* RELEASE: bzrtools 0.12.0
320
173
* Update 'import' command for unique roots changes
321
174
 
322
 
Oct 24 2006
 
175
Oct 24
323
176
* Fix parent-setting in 'cbranch'.
324
177
 
325
 
Oct 15 2006
 
178
Oct 15
326
179
* Update for unique roots changes
327
180
 
328
 
Sep 25 2006
 
181
Sep 25
329
182
* RELEASE: bzrtools 0.11.0
330
183
* Remove Shove
331
184
* Clean up test suite
332
185
 
333
 
Aug 28 2006
 
186
Aug 28
334
187
* Shove is now deprecated
335
188
* Reduce interactive slowdown by late-loading PyBaz
336
 
* baz-import speedup: remove useless merge_inner call
 
189
* baz-import speedup: remove useless merge_innter call
337
190
 
338
 
Aug 15 2006
 
191
Aug 15
339
192
* Check bzrlib version
340
193
* RELEASE: bzrtools 0.9.1
341
194
 
342
 
Aug 11 2006
 
195
Aug 11
343
196
* RELEASE: bzrtools 0.9.0
344
197
 
345
 
Aug 6 2006
 
198
Aug 6
346
199
* Add --no-color option to shelve/unshelve
347
200
 
348
 
July 13 2006
 
201
July 13
349
202
* clean-tree no longer treats --detritus or --ignored as including --unknowns
350
203
 
351
 
July 11 2006
 
204
July 11
352
205
* Shelf colorizing
353
206
 
354
 
June 14 2006
 
207
June 14
355
208
* Add 'shove' command, to move changes to a different tree
356
209
 
357
 
June 3 2006
 
210
June 3
358
211
* clean-tree tweaks
359
212
 
360
 
May 30 2006
 
213
May 30
361
214
* test suite updates
362
215
 
363
 
May 18 2006
 
216
May 18
364
217
* Add 'import' command, to import tarballs
365
218
 
366
 
May 11 2006
 
219
May 11
367
220
* RELEASE: bzrtools 0.8.1
368
221
* Fixed test case failure
369
222
 
370
 
May 9 2006
 
223
May 9
371
224
* RELEASE: bzrtools 0.8
372
225
 
373
 
May 1 2006
 
226
May 1
374
227
* Renamed push to rspush (Robert Collins/Aaron Bentley)
375
228
 
376
 
Apr 11 2006
 
229
Apr 11
377
230
* New Switch command (David Allouche/Canonical)
378
231
 
379
 
Mar 22 2006
 
232
Mar 22
380
233
* New Zap command
381
234
 
382
 
Mar 18 2006
 
235
Mar 18
383
236
* Updates to Shelf command
384
237
 
385
 
Mar 10 2006
 
238
Mar 10
386
239
* New baz-import algorithm, with respository support
387
240
 
388
 
Jan 31 2006
 
241
Jan 31
389
242
* RELEASE: bzrtools 0.7
390
243
* Improved shell completion
391
244
* bzr push can omit working tree
392
245
* Documentation updates
393
246
 
394
 
Dec 13 2005
 
247
Dec 13
395
248
* New test.py for standalone (kinda) testing
396
249
* New branch-history command
397
250
* New "fix" command (done automatically in fetch-ghosts)
398
251
 
399
 
Nov 8 2005
 
252
Nov 8
400
253
* Various API updates
401
254
* Added force-reweave-inventory from Daniel Silverstone
402
255
* Decorated push from Robert Collins
403
256
* Improved shell completion
404
257
* Improved import when first ancestor is in an unregisered archive
405
258
 
406
 
Oct 28 2005
 
259
Oct 28
407
260
* Added tests for several commands
408
261
* Made push auto_disable when native push present
409
262
* Merged Michael Ellerman's shelf v2 plugin 
410
263
* New "shell" command, derived from Fai
411
264
* Got pull working with URLs
412
265
 
413
 
Oct 19 2005
 
266
Oct 19
414
267
* Added setup.py
415
268
* disabled annotate in favor of bzr annotate
416
269
* Added clean-tree --detrius
417
270
* API sync with bzr
418
271
 
419
 
Oct 14 2005
 
272
Oct 14
420
273
* Default-ignore shelf files
421
274
* Win32 compatability fixes (Alexander Belchenko)
422
275
* Conflict handling now in bzr itself
423
276
* Fetch-missing renamed to fetch-ghosts
424
277
* Annotate includes changes since last commit, uses sha1 instead of text_id
425
278
 
426
 
Sept 29 2005
 
279
Sept 29
427
280
* better errors for bad push locations (Eirik Nygaard)
428
281
* prevented push from overwriting any non-empty directory that is not an
429
282
  ancestor branch.  (Remote revision-history must be a subset of local.)
430
283
* added --overwrite option to push
431
284
 
432
 
Sept 22 2005
 
285
Sept 22
433
286
* Significant reworking of graph-ancestry
434
287
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
435
288
* Updated to match bzr 0.0.8 API changes
436
289
* Updated to handle new bzr diff output
437
290
 
438
 
Sept 13 2005
 
291
Sept 13
439
292
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
440
293
* obsoleted all the executibles; bzrtools only works as plugins now
441
294