~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-07-12 20:55:33 UTC
  • mfrom: (553.1.1 bzrtools)
  • Revision ID: abentley@panoramicfeedback.com-20070712205533-ael98t8ly97zuba3
Merge option help fixes from vila

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