~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2009-04-10 20:07:41 UTC
  • Revision ID: aaron@aaronbentley.com-20090410200741-qg98vn5l50mcwzd1
Get conflict-diff under test.

Show diffs side-by-side

added added

removed removed

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