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