~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2013-08-20 03:02:43 UTC
  • Revision ID: aaron@aaronbentley.com-20130820030243-r8v1xfbcnd8f10p4
Fix zap command for 2.6/7

Show diffs side-by-side

added added

removed removed

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