~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2014-01-13 00:50:22 UTC
  • Revision ID: aaron@aaronbentley.com-20140113005022-q40nvybtox1mt19o
Tags: release-2.6.0
Update for release 2.6.0

Show diffs side-by-side

added added

removed removed

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