~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
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
 
1
297
March 16 2007
2
298
* RELEASE: bzrtools 0.15.3
3
299
 
29
325
  your working directory hierarchy exactly.  New config option must be
30
326
  used: "cbranch_target".  Appendpath policy should be used for this.
31
327
 
32
 
Dec 28
 
328
Dec 28 2006
33
329
* 'import' command now honours execute bit in tarfiles
34
330
 
35
 
Dec 21
 
331
Dec 21 2006
36
332
* 'graph-ancestry' shows branch nick if applicable
37
333
 
38
 
Dec 19
 
334
Dec 19 2006
39
335
* 'patch' works over sftp (and, in theory, all transports)
40
336
 
41
 
Dec 13
 
337
Dec 13 2006
42
338
* 'branch-history' tolerates commit ids with no email
43
339
 
44
 
Dec 12
 
340
Dec 12 2006
45
341
* Add zip support to 'import' command
46
342
 
47
 
Dec 11
 
343
Dec 11 2006
48
344
* 'patch' fixed to work properly with http URLs and all other transports
49
345
 
50
 
Dec 5
 
346
Dec 5 2006
51
347
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
52
348
  (Andrew Tridgell)
53
349
 
54
 
Dec 4
 
350
Dec 4 2006
55
351
* 'shelf' handles pipe errors better when invoking patch 
56
352
 
57
 
Nov 27
 
353
Nov 27 2006
58
354
* RELEASE: bzrtools 0.13.0
59
355
 
60
 
Nov 22
 
356
Nov 22 2006
61
357
* Add encoding flag for 'baz-import'
62
358
* Fix deprecated API use in 'switch'
63
359
* Add show-paths command from Alexander Belchenko
64
360
 
65
 
Oct 25
 
361
Oct 25 2006
66
362
* RELEASE: bzrtools 0.12.0
67
363
* Update 'import' command for unique roots changes
68
364
 
69
 
Oct 24
 
365
Oct 24 2006
70
366
* Fix parent-setting in 'cbranch'.
71
367
 
72
 
Oct 15
 
368
Oct 15 2006
73
369
* Update for unique roots changes
74
370
 
75
 
Sep 25
 
371
Sep 25 2006
76
372
* RELEASE: bzrtools 0.11.0
77
373
* Remove Shove
78
374
* Clean up test suite
79
375
 
80
 
Aug 28
 
376
Aug 28 2006
81
377
* Shove is now deprecated
82
378
* Reduce interactive slowdown by late-loading PyBaz
83
 
* baz-import speedup: remove useless merge_innter call
 
379
* baz-import speedup: remove useless merge_inner call
84
380
 
85
 
Aug 15
 
381
Aug 15 2006
86
382
* Check bzrlib version
87
383
* RELEASE: bzrtools 0.9.1
88
384
 
89
 
Aug 11
 
385
Aug 11 2006
90
386
* RELEASE: bzrtools 0.9.0
91
387
 
92
 
Aug 6
 
388
Aug 6 2006
93
389
* Add --no-color option to shelve/unshelve
94
390
 
95
 
July 13
 
391
July 13 2006
96
392
* clean-tree no longer treats --detritus or --ignored as including --unknowns
97
393
 
98
 
July 11
 
394
July 11 2006
99
395
* Shelf colorizing
100
396
 
101
 
June 14
 
397
June 14 2006
102
398
* Add 'shove' command, to move changes to a different tree
103
399
 
104
 
June 3
 
400
June 3 2006
105
401
* clean-tree tweaks
106
402
 
107
 
May 30
 
403
May 30 2006
108
404
* test suite updates
109
405
 
110
 
May 18
 
406
May 18 2006
111
407
* Add 'import' command, to import tarballs
112
408
 
113
 
May 11
 
409
May 11 2006
114
410
* RELEASE: bzrtools 0.8.1
115
411
* Fixed test case failure
116
412
 
117
 
May 9
 
413
May 9 2006
118
414
* RELEASE: bzrtools 0.8
119
415
 
120
 
May 1
 
416
May 1 2006
121
417
* Renamed push to rspush (Robert Collins/Aaron Bentley)
122
418
 
123
 
Apr 11
 
419
Apr 11 2006
124
420
* New Switch command (David Allouche/Canonical)
125
421
 
126
 
Mar 22
 
422
Mar 22 2006
127
423
* New Zap command
128
424
 
129
 
Mar 18
 
425
Mar 18 2006
130
426
* Updates to Shelf command
131
427
 
132
 
Mar 10
 
428
Mar 10 2006
133
429
* New baz-import algorithm, with respository support
134
430
 
135
 
Jan 31
 
431
Jan 31 2006
136
432
* RELEASE: bzrtools 0.7
137
433
* Improved shell completion
138
434
* bzr push can omit working tree
139
435
* Documentation updates
140
436
 
141
 
Dec 13
 
437
Dec 13 2005
142
438
* New test.py for standalone (kinda) testing
143
439
* New branch-history command
144
440
* New "fix" command (done automatically in fetch-ghosts)
145
441
 
146
 
Nov 8
 
442
Nov 8 2005
147
443
* Various API updates
148
444
* Added force-reweave-inventory from Daniel Silverstone
149
445
* Decorated push from Robert Collins
150
446
* Improved shell completion
151
447
* Improved import when first ancestor is in an unregisered archive
152
448
 
153
 
Oct 28
 
449
Oct 28 2005
154
450
* Added tests for several commands
155
451
* Made push auto_disable when native push present
156
452
* Merged Michael Ellerman's shelf v2 plugin 
157
453
* New "shell" command, derived from Fai
158
454
* Got pull working with URLs
159
455
 
160
 
Oct 19
 
456
Oct 19 2005
161
457
* Added setup.py
162
458
* disabled annotate in favor of bzr annotate
163
459
* Added clean-tree --detrius
164
460
* API sync with bzr
165
461
 
166
 
Oct 14
 
462
Oct 14 2005
167
463
* Default-ignore shelf files
168
464
* Win32 compatability fixes (Alexander Belchenko)
169
465
* Conflict handling now in bzr itself
170
466
* Fetch-missing renamed to fetch-ghosts
171
467
* Annotate includes changes since last commit, uses sha1 instead of text_id
172
468
 
173
 
Sept 29
 
469
Sept 29 2005
174
470
* better errors for bad push locations (Eirik Nygaard)
175
471
* prevented push from overwriting any non-empty directory that is not an
176
472
  ancestor branch.  (Remote revision-history must be a subset of local.)
177
473
* added --overwrite option to push
178
474
 
179
 
Sept 22
 
475
Sept 22 2005
180
476
* Significant reworking of graph-ancestry
181
477
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
182
478
* Updated to match bzr 0.0.8 API changes
183
479
* Updated to handle new bzr diff output
184
480
 
185
 
Sept 13
 
481
Sept 13 2005
186
482
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
187
483
* obsoleted all the executibles; bzrtools only works as plugins now
188
484