~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-12-04 14:32:43 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061204143243-i28ph41mdgbsofev
Fixed handling of pipe errors when writing to patch

Show diffs side-by-side

added added

removed removed

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