~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-02-20 14:28:36 UTC
  • Revision ID: aaron@aaronbentley.com-20080220142836-jqsca0avvl2p3bar
Remove ImportReplacer hack

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
 
1
Feb 13
176
2
* RELEASE: bzrtools 1.2.0
177
3
 
178
 
Feb 12 2008
 
4
Feb 12
179
5
* Handle missing patch program
180
6
 
181
 
Jan 10 2008
 
7
Jan 10
182
8
* Support branch6 formats (dirstate-tags, pack*) in rspush
183
9
* RELEASE: bzrtools 1.1.0
184
10
 
185
 
Dec 21 2007
 
11
Dec 21
186
12
* "branches" and "multi-pull" updated to new find_* APIs.
187
13
* new "trees" command.
188
14
 
286
112
  your working directory hierarchy exactly.  New config option must be
287
113
  used: "cbranch_target".  Appendpath policy should be used for this.
288
114
 
289
 
Dec 28 2006
 
115
Dec 28
290
116
* 'import' command now honours execute bit in tarfiles
291
117
 
292
 
Dec 21 2006
 
118
Dec 21
293
119
* 'graph-ancestry' shows branch nick if applicable
294
120
 
295
 
Dec 19 2006
 
121
Dec 19
296
122
* 'patch' works over sftp (and, in theory, all transports)
297
123
 
298
 
Dec 13 2006
 
124
Dec 13
299
125
* 'branch-history' tolerates commit ids with no email
300
126
 
301
 
Dec 12 2006
 
127
Dec 12
302
128
* Add zip support to 'import' command
303
129
 
304
 
Dec 11 2006
 
130
Dec 11
305
131
* 'patch' fixed to work properly with http URLs and all other transports
306
132
 
307
 
Dec 5 2006
 
133
Dec 5
308
134
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
309
135
  (Andrew Tridgell)
310
136
 
311
 
Dec 4 2006
 
137
Dec 4
312
138
* 'shelf' handles pipe errors better when invoking patch 
313
139
 
314
 
Nov 27 2006
 
140
Nov 27
315
141
* RELEASE: bzrtools 0.13.0
316
142
 
317
 
Nov 22 2006
 
143
Nov 22
318
144
* Add encoding flag for 'baz-import'
319
145
* Fix deprecated API use in 'switch'
320
146
* Add show-paths command from Alexander Belchenko
321
147
 
322
 
Oct 25 2006
 
148
Oct 25
323
149
* RELEASE: bzrtools 0.12.0
324
150
* Update 'import' command for unique roots changes
325
151
 
326
 
Oct 24 2006
 
152
Oct 24
327
153
* Fix parent-setting in 'cbranch'.
328
154
 
329
 
Oct 15 2006
 
155
Oct 15
330
156
* Update for unique roots changes
331
157
 
332
 
Sep 25 2006
 
158
Sep 25
333
159
* RELEASE: bzrtools 0.11.0
334
160
* Remove Shove
335
161
* Clean up test suite
336
162
 
337
 
Aug 28 2006
 
163
Aug 28
338
164
* Shove is now deprecated
339
165
* Reduce interactive slowdown by late-loading PyBaz
340
 
* baz-import speedup: remove useless merge_inner call
 
166
* baz-import speedup: remove useless merge_innter call
341
167
 
342
 
Aug 15 2006
 
168
Aug 15
343
169
* Check bzrlib version
344
170
* RELEASE: bzrtools 0.9.1
345
171
 
346
 
Aug 11 2006
 
172
Aug 11
347
173
* RELEASE: bzrtools 0.9.0
348
174
 
349
 
Aug 6 2006
 
175
Aug 6
350
176
* Add --no-color option to shelve/unshelve
351
177
 
352
 
July 13 2006
 
178
July 13
353
179
* clean-tree no longer treats --detritus or --ignored as including --unknowns
354
180
 
355
 
July 11 2006
 
181
July 11
356
182
* Shelf colorizing
357
183
 
358
 
June 14 2006
 
184
June 14
359
185
* Add 'shove' command, to move changes to a different tree
360
186
 
361
 
June 3 2006
 
187
June 3
362
188
* clean-tree tweaks
363
189
 
364
 
May 30 2006
 
190
May 30
365
191
* test suite updates
366
192
 
367
 
May 18 2006
 
193
May 18
368
194
* Add 'import' command, to import tarballs
369
195
 
370
 
May 11 2006
 
196
May 11
371
197
* RELEASE: bzrtools 0.8.1
372
198
* Fixed test case failure
373
199
 
374
 
May 9 2006
 
200
May 9
375
201
* RELEASE: bzrtools 0.8
376
202
 
377
 
May 1 2006
 
203
May 1
378
204
* Renamed push to rspush (Robert Collins/Aaron Bentley)
379
205
 
380
 
Apr 11 2006
 
206
Apr 11
381
207
* New Switch command (David Allouche/Canonical)
382
208
 
383
 
Mar 22 2006
 
209
Mar 22
384
210
* New Zap command
385
211
 
386
 
Mar 18 2006
 
212
Mar 18
387
213
* Updates to Shelf command
388
214
 
389
 
Mar 10 2006
 
215
Mar 10
390
216
* New baz-import algorithm, with respository support
391
217
 
392
 
Jan 31 2006
 
218
Jan 31
393
219
* RELEASE: bzrtools 0.7
394
220
* Improved shell completion
395
221
* bzr push can omit working tree
396
222
* Documentation updates
397
223
 
398
 
Dec 13 2005
 
224
Dec 13
399
225
* New test.py for standalone (kinda) testing
400
226
* New branch-history command
401
227
* New "fix" command (done automatically in fetch-ghosts)
402
228
 
403
 
Nov 8 2005
 
229
Nov 8
404
230
* Various API updates
405
231
* Added force-reweave-inventory from Daniel Silverstone
406
232
* Decorated push from Robert Collins
407
233
* Improved shell completion
408
234
* Improved import when first ancestor is in an unregisered archive
409
235
 
410
 
Oct 28 2005
 
236
Oct 28
411
237
* Added tests for several commands
412
238
* Made push auto_disable when native push present
413
239
* Merged Michael Ellerman's shelf v2 plugin 
414
240
* New "shell" command, derived from Fai
415
241
* Got pull working with URLs
416
242
 
417
 
Oct 19 2005
 
243
Oct 19
418
244
* Added setup.py
419
245
* disabled annotate in favor of bzr annotate
420
246
* Added clean-tree --detrius
421
247
* API sync with bzr
422
248
 
423
 
Oct 14 2005
 
249
Oct 14
424
250
* Default-ignore shelf files
425
251
* Win32 compatability fixes (Alexander Belchenko)
426
252
* Conflict handling now in bzr itself
427
253
* Fetch-missing renamed to fetch-ghosts
428
254
* Annotate includes changes since last commit, uses sha1 instead of text_id
429
255
 
430
 
Sept 29 2005
 
256
Sept 29
431
257
* better errors for bad push locations (Eirik Nygaard)
432
258
* prevented push from overwriting any non-empty directory that is not an
433
259
  ancestor branch.  (Remote revision-history must be a subset of local.)
434
260
* added --overwrite option to push
435
261
 
436
 
Sept 22 2005
 
262
Sept 22
437
263
* Significant reworking of graph-ancestry
438
264
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
439
265
* Updated to match bzr 0.0.8 API changes
440
266
* Updated to handle new bzr diff output
441
267
 
442
 
Sept 13 2005
 
268
Sept 13
443
269
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
444
270
* obsoleted all the executibles; bzrtools only works as plugins now
445
271