~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2011-04-12 04:51:37 UTC
  • Revision ID: aaron@aaronbentley.com-20110412045137-ni3eart33v4wnlst
Allow zap --branch --store if no uncommitted changes.

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