~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2009-03-11 01:19:53 UTC
  • Revision ID: aaron@aaronbentley.com-20090311011953-2xgksl6krrs1yb4d
bzr patch handles URLs with trailing slashes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
April 26 2007
 
1
March 11 2008
 
2
* `bzr patch` handles URLs with trailing slashes.
 
3
 
 
4
February 10 2008
 
5
* RELEASE: bzrtools 1.12.0
 
6
 
 
7
January 12 2009
 
8
* RELEASE: bzrtools 1.11.0
 
9
 
 
10
January 7 2009
 
11
* Rename shelf command to shelf1, to match others & reduce confusion.
 
12
 
 
13
November 28 2008
 
14
* RELEASE: bzrtools 1.10.0
 
15
 
 
16
Novemeber 23 2008
 
17
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
 
18
* Support auto-detecting color in shelf UI
 
19
 
 
20
November 11 2008
 
21
* Support colorizing in shelf UI
 
22
 
 
23
November 5 2008
 
24
* RELEASE: bzrtools 1.9.1
 
25
 
 
26
November 4 2008
 
27
* Restore runtime ignore for .shelf files
 
28
 
 
29
November 3 2008
 
30
* RELEASE: bzrtools 1.9.0
 
31
 
 
32
October 22 2008
 
33
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
 
34
 
 
35
October 17 2008
 
36
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
 
37
  and 'unshelve'.  This allows bzr core to supply 'shelve' and 'unshelve'.
 
38
 
 
39
October 7 2008
 
40
* RELEASE: bzrtools 1.8.0
 
41
* Fix NotStandalone class to be stringable (#277652)
 
42
 
 
43
September 11 2008
 
44
* RELEASE: bzrtools 1.7.0
 
45
 
 
46
July 10 2008
 
47
* colordiff can now use /etc/colordiffrc
 
48
 
 
49
June 5 2008
 
50
* RELEASE: bzrtools 1.6.0
 
51
 
 
52
June 3 2008
 
53
* Fix bug in when TERM environment variable is unset
 
54
 
 
55
May 29 2008
 
56
* Spin off baz-import into a separate project
 
57
* Remove show-paths
 
58
 
 
59
May 12 2008
 
60
* Mark show-paths as obsolete
 
61
* Update to avoid deprecated APIs
 
62
* RELEASE: bzrtools 1.5.0
 
63
 
 
64
May 11 2008
 
65
* Test fixes from Alexander Belchenko
 
66
* Merge heads plugin
 
67
* Update heads plugin to use undeprecated APIs
 
68
 
 
69
April 26 2008
2
70
* Updates to syntax highlighting from Marius Kruger
3
71
 
4
72
April 17 2008
135
203
  your working directory hierarchy exactly.  New config option must be
136
204
  used: "cbranch_target".  Appendpath policy should be used for this.
137
205
 
138
 
Dec 28
 
206
Dec 28 2006
139
207
* 'import' command now honours execute bit in tarfiles
140
208
 
141
 
Dec 21
 
209
Dec 21 2006
142
210
* 'graph-ancestry' shows branch nick if applicable
143
211
 
144
 
Dec 19
 
212
Dec 19 2006
145
213
* 'patch' works over sftp (and, in theory, all transports)
146
214
 
147
 
Dec 13
 
215
Dec 13 2006
148
216
* 'branch-history' tolerates commit ids with no email
149
217
 
150
 
Dec 12
 
218
Dec 12 2006
151
219
* Add zip support to 'import' command
152
220
 
153
 
Dec 11
 
221
Dec 11 2006
154
222
* 'patch' fixed to work properly with http URLs and all other transports
155
223
 
156
 
Dec 5
 
224
Dec 5 2006
157
225
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
158
226
  (Andrew Tridgell)
159
227
 
160
 
Dec 4
 
228
Dec 4 2006
161
229
* 'shelf' handles pipe errors better when invoking patch 
162
230
 
163
 
Nov 27
 
231
Nov 27 2006
164
232
* RELEASE: bzrtools 0.13.0
165
233
 
166
 
Nov 22
 
234
Nov 22 2006
167
235
* Add encoding flag for 'baz-import'
168
236
* Fix deprecated API use in 'switch'
169
237
* Add show-paths command from Alexander Belchenko
170
238
 
171
 
Oct 25
 
239
Oct 25 2006
172
240
* RELEASE: bzrtools 0.12.0
173
241
* Update 'import' command for unique roots changes
174
242
 
175
 
Oct 24
 
243
Oct 24 2006
176
244
* Fix parent-setting in 'cbranch'.
177
245
 
178
 
Oct 15
 
246
Oct 15 2006
179
247
* Update for unique roots changes
180
248
 
181
 
Sep 25
 
249
Sep 25 2006
182
250
* RELEASE: bzrtools 0.11.0
183
251
* Remove Shove
184
252
* Clean up test suite
185
253
 
186
 
Aug 28
 
254
Aug 28 2006
187
255
* Shove is now deprecated
188
256
* Reduce interactive slowdown by late-loading PyBaz
189
 
* baz-import speedup: remove useless merge_innter call
 
257
* baz-import speedup: remove useless merge_inner call
190
258
 
191
 
Aug 15
 
259
Aug 15 2006
192
260
* Check bzrlib version
193
261
* RELEASE: bzrtools 0.9.1
194
262
 
195
 
Aug 11
 
263
Aug 11 2006
196
264
* RELEASE: bzrtools 0.9.0
197
265
 
198
 
Aug 6
 
266
Aug 6 2006
199
267
* Add --no-color option to shelve/unshelve
200
268
 
201
 
July 13
 
269
July 13 2006
202
270
* clean-tree no longer treats --detritus or --ignored as including --unknowns
203
271
 
204
 
July 11
 
272
July 11 2006
205
273
* Shelf colorizing
206
274
 
207
 
June 14
 
275
June 14 2006
208
276
* Add 'shove' command, to move changes to a different tree
209
277
 
210
 
June 3
 
278
June 3 2006
211
279
* clean-tree tweaks
212
280
 
213
 
May 30
 
281
May 30 2006
214
282
* test suite updates
215
283
 
216
 
May 18
 
284
May 18 2006
217
285
* Add 'import' command, to import tarballs
218
286
 
219
 
May 11
 
287
May 11 2006
220
288
* RELEASE: bzrtools 0.8.1
221
289
* Fixed test case failure
222
290
 
223
 
May 9
 
291
May 9 2006
224
292
* RELEASE: bzrtools 0.8
225
293
 
226
 
May 1
 
294
May 1 2006
227
295
* Renamed push to rspush (Robert Collins/Aaron Bentley)
228
296
 
229
 
Apr 11
 
297
Apr 11 2006
230
298
* New Switch command (David Allouche/Canonical)
231
299
 
232
 
Mar 22
 
300
Mar 22 2006
233
301
* New Zap command
234
302
 
235
 
Mar 18
 
303
Mar 18 2006
236
304
* Updates to Shelf command
237
305
 
238
 
Mar 10
 
306
Mar 10 2006
239
307
* New baz-import algorithm, with respository support
240
308
 
241
 
Jan 31
 
309
Jan 31 2006
242
310
* RELEASE: bzrtools 0.7
243
311
* Improved shell completion
244
312
* bzr push can omit working tree
245
313
* Documentation updates
246
314
 
247
 
Dec 13
 
315
Dec 13 2005
248
316
* New test.py for standalone (kinda) testing
249
317
* New branch-history command
250
318
* New "fix" command (done automatically in fetch-ghosts)
251
319
 
252
 
Nov 8
 
320
Nov 8 2005
253
321
* Various API updates
254
322
* Added force-reweave-inventory from Daniel Silverstone
255
323
* Decorated push from Robert Collins
256
324
* Improved shell completion
257
325
* Improved import when first ancestor is in an unregisered archive
258
326
 
259
 
Oct 28
 
327
Oct 28 2005
260
328
* Added tests for several commands
261
329
* Made push auto_disable when native push present
262
330
* Merged Michael Ellerman's shelf v2 plugin 
263
331
* New "shell" command, derived from Fai
264
332
* Got pull working with URLs
265
333
 
266
 
Oct 19
 
334
Oct 19 2005
267
335
* Added setup.py
268
336
* disabled annotate in favor of bzr annotate
269
337
* Added clean-tree --detrius
270
338
* API sync with bzr
271
339
 
272
 
Oct 14
 
340
Oct 14 2005
273
341
* Default-ignore shelf files
274
342
* Win32 compatability fixes (Alexander Belchenko)
275
343
* Conflict handling now in bzr itself
276
344
* Fetch-missing renamed to fetch-ghosts
277
345
* Annotate includes changes since last commit, uses sha1 instead of text_id
278
346
 
279
 
Sept 29
 
347
Sept 29 2005
280
348
* better errors for bad push locations (Eirik Nygaard)
281
349
* prevented push from overwriting any non-empty directory that is not an
282
350
  ancestor branch.  (Remote revision-history must be a subset of local.)
283
351
* added --overwrite option to push
284
352
 
285
 
Sept 22
 
353
Sept 22 2005
286
354
* Significant reworking of graph-ancestry
287
355
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
288
356
* Updated to match bzr 0.0.8 API changes
289
357
* Updated to handle new bzr diff output
290
358
 
291
 
Sept 13
 
359
Sept 13 2005
292
360
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
293
361
* obsoleted all the executibles; bzrtools only works as plugins now
294
362