~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jeff Bailey
  • Date: 2005-06-08 22:30:34 UTC
  • Revision ID: jbailey@ppc64-20050608223034-3cbc9567103c4810
Add Debian directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
April 26 2007
2
 
* Updates to syntax highlighting from Marius Kruger
3
 
 
4
 
April 17 2008
5
 
* Use Graph API (instead of old revision_graph code) for graph-ancestry
6
 
* RELEASE: bzrtools 1.4.0
7
 
 
8
 
April 10 2008
9
 
* Add escaping to HTML graph-ancestry output
10
 
* Nicer error when patch fails
11
 
 
12
 
March 20 2008
13
 
* cbranch can now create parent directories for branches as needed.
14
 
 
15
 
March 18 2008
16
 
* RELEASE: bzrtools 1.3.0
17
 
 
18
 
Feb 29 2008
19
 
* Add link-tree command
20
 
 
21
 
Feb 25 2008
22
 
* Add hard-link support to cbranch
23
 
 
24
 
Feb 13 2008
25
 
* RELEASE: bzrtools 1.2.0
26
 
 
27
 
Feb 12 2008
28
 
* Handle missing patch program
29
 
 
30
 
Jan 10 2008
31
 
* Support branch6 formats (dirstate-tags, pack*) in rspush
32
 
* RELEASE: bzrtools 1.1.0
33
 
 
34
 
Dec 21 2007
35
 
* "branches" and "multi-pull" updated to new find_* APIs.
36
 
* new "trees" command.
37
 
 
38
 
Dec 20 2007
39
 
* cbranch is much faster, and supports --files-from.
40
 
 
41
 
Dec 1 2007
42
 
* RELEASE: bzrtools 1.0.0
43
 
* Use dotted revnos in graph-ancestry
44
 
 
45
 
Nov 23 2007
46
 
* Remove switch (now in bzr itself)
47
 
 
48
 
Nov 6 2007
49
 
* Handle command.options glitch
50
 
* RELEASE: bzrtools 0.92.1
51
 
 
52
 
Nov 1 2007
53
 
* Update rspush to work only in standalone trees and fix lock error
54
 
* RELEASE: bzrtools 0.92.0
55
 
 
56
 
September 11 2007
57
 
* RELEASE: bzrtools 0.91.0
58
 
 
59
 
September 4 2007
60
 
* switch works even when source branch is read-only
61
 
 
62
 
August 15 2007
63
 
* Allow zap --force to delete a checkout with uncommitted changes
64
 
 
65
 
August 14 2007
66
 
* Hide show-paths command, in favour of bzr info
67
 
* BzrTools does not do out-of-date checks unless a bzrtools command is run
68
 
* shelf doesn't emit reject message in test suite
69
 
* branches now works with Apache (and possibly other servers) again
70
 
* branches now dies quickly & cleanly if it can't connect
71
 
* multi-pull reuses connections where possible
72
 
* RELEASE: bzrtools 0.90.0
73
 
* remove branch-mark
74
 
 
75
 
July 10 2007
76
 
* RELEASE: bzrtools 0.18.0
77
 
 
78
 
June 15 2007
79
 
* graph-ancestry supports new graph API, indicates both possible merge bases,
80
 
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
81
 
  cwd.
82
 
 
83
 
June 12 2007
84
 
* RELEASE: bzrtools 0.17.0
85
 
* RELEASE: bzrtools 0.17.1
86
 
 
87
 
June 10 2007
88
 
* Whitespace cleanups from Charlie Shepherd
89
 
 
90
 
June 9 2007
91
 
* Version warning is suppressed for dev version of the next release.  E.g.
92
 
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
93
 
 
94
 
May 8 2007
95
 
* RELEASE: bzrtools 0.16.1
96
 
 
97
 
April 27 2007
98
 
* RELEASE: bzrtools 0.16.0
99
 
 
100
 
March 26 2007
101
 
* Get shelf tests passing with dirstate (again!)
102
 
* RELEASE: bzrtools 0.15.4
103
 
 
104
 
March 26 2007
105
 
* Add branch parameter to show-paths
106
 
 
107
 
March 16 2007
108
 
* RELEASE: bzrtools 0.15.3
109
 
 
110
 
March 12 2007
111
 
* Hack around hunk headers showing as long lines.
112
 
 
113
 
March 9 2007
114
 
* Handle broken python tar implementations in upstream_import
115
 
* RELEASE: bzrtools 0.15.2
116
 
 
117
 
March 7 2007
118
 
* RELEASE: bzrtools 0.15.1
119
 
* RELEASE: bzrtools 0.15.0
120
 
 
121
 
Feb 2 2007
122
 
* Colordiff warns on long lines
123
 
 
124
 
Jan 17 2007
125
 
* RELEASE: bzrtools 0.14.0
126
 
 
127
 
Jan 16 2007
128
 
* 'colordiff' now optionally checks for whitespace violations
129
 
 
130
 
Jan 8 2007
131
 
* 'import' now imports directories.
132
 
 
133
 
Jan 4 2007
134
 
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
135
 
  your working directory hierarchy exactly.  New config option must be
136
 
  used: "cbranch_target".  Appendpath policy should be used for this.
137
 
 
138
 
Dec 28
139
 
* 'import' command now honours execute bit in tarfiles
140
 
 
141
 
Dec 21
142
 
* 'graph-ancestry' shows branch nick if applicable
143
 
 
144
 
Dec 19
145
 
* 'patch' works over sftp (and, in theory, all transports)
146
 
 
147
 
Dec 13
148
 
* 'branch-history' tolerates commit ids with no email
149
 
 
150
 
Dec 12
151
 
* Add zip support to 'import' command
152
 
 
153
 
Dec 11
154
 
* 'patch' fixed to work properly with http URLs and all other transports
155
 
 
156
 
Dec 5
157
 
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
158
 
  (Andrew Tridgell)
159
 
 
160
 
Dec 4
161
 
* 'shelf' handles pipe errors better when invoking patch 
162
 
 
163
 
Nov 27
164
 
* RELEASE: bzrtools 0.13.0
165
 
 
166
 
Nov 22
167
 
* Add encoding flag for 'baz-import'
168
 
* Fix deprecated API use in 'switch'
169
 
* Add show-paths command from Alexander Belchenko
170
 
 
171
 
Oct 25
172
 
* RELEASE: bzrtools 0.12.0
173
 
* Update 'import' command for unique roots changes
174
 
 
175
 
Oct 24
176
 
* Fix parent-setting in 'cbranch'.
177
 
 
178
 
Oct 15
179
 
* Update for unique roots changes
180
 
 
181
 
Sep 25
182
 
* RELEASE: bzrtools 0.11.0
183
 
* Remove Shove
184
 
* Clean up test suite
185
 
 
186
 
Aug 28
187
 
* Shove is now deprecated
188
 
* Reduce interactive slowdown by late-loading PyBaz
189
 
* baz-import speedup: remove useless merge_innter call
190
 
 
191
 
Aug 15
192
 
* Check bzrlib version
193
 
* RELEASE: bzrtools 0.9.1
194
 
 
195
 
Aug 11
196
 
* RELEASE: bzrtools 0.9.0
197
 
 
198
 
Aug 6
199
 
* Add --no-color option to shelve/unshelve
200
 
 
201
 
July 13
202
 
* clean-tree no longer treats --detritus or --ignored as including --unknowns
203
 
 
204
 
July 11
205
 
* Shelf colorizing
206
 
 
207
 
June 14
208
 
* Add 'shove' command, to move changes to a different tree
209
 
 
210
 
June 3
211
 
* clean-tree tweaks
212
 
 
213
 
May 30
214
 
* test suite updates
215
 
 
216
 
May 18
217
 
* Add 'import' command, to import tarballs
218
 
 
219
 
May 11
220
 
* RELEASE: bzrtools 0.8.1
221
 
* Fixed test case failure
222
 
 
223
 
May 9
224
 
* RELEASE: bzrtools 0.8
225
 
 
226
 
May 1
227
 
* Renamed push to rspush (Robert Collins/Aaron Bentley)
228
 
 
229
 
Apr 11
230
 
* New Switch command (David Allouche/Canonical)
231
 
 
232
 
Mar 22
233
 
* New Zap command
234
 
 
235
 
Mar 18
236
 
* Updates to Shelf command
237
 
 
238
 
Mar 10
239
 
* New baz-import algorithm, with respository support
240
 
 
241
 
Jan 31
242
 
* RELEASE: bzrtools 0.7
243
 
* Improved shell completion
244
 
* bzr push can omit working tree
245
 
* Documentation updates
246
 
 
247
 
Dec 13
248
 
* New test.py for standalone (kinda) testing
249
 
* New branch-history command
250
 
* New "fix" command (done automatically in fetch-ghosts)
251
 
 
252
 
Nov 8
253
 
* Various API updates
254
 
* Added force-reweave-inventory from Daniel Silverstone
255
 
* Decorated push from Robert Collins
256
 
* Improved shell completion
257
 
* Improved import when first ancestor is in an unregisered archive
258
 
 
259
 
Oct 28
260
 
* Added tests for several commands
261
 
* Made push auto_disable when native push present
262
 
* Merged Michael Ellerman's shelf v2 plugin 
263
 
* New "shell" command, derived from Fai
264
 
* Got pull working with URLs
265
 
 
266
 
Oct 19
267
 
* Added setup.py
268
 
* disabled annotate in favor of bzr annotate
269
 
* Added clean-tree --detrius
270
 
* API sync with bzr
271
 
 
272
 
Oct 14
273
 
* Default-ignore shelf files
274
 
* Win32 compatability fixes (Alexander Belchenko)
275
 
* Conflict handling now in bzr itself
276
 
* Fetch-missing renamed to fetch-ghosts
277
 
* Annotate includes changes since last commit, uses sha1 instead of text_id
278
 
 
279
 
Sept 29
280
 
* better errors for bad push locations (Eirik Nygaard)
281
 
* prevented push from overwriting any non-empty directory that is not an
282
 
  ancestor branch.  (Remote revision-history must be a subset of local.)
283
 
* added --overwrite option to push
284
 
 
285
 
Sept 22
286
 
* Significant reworking of graph-ancestry
287
 
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
288
 
* Updated to match bzr 0.0.8 API changes
289
 
* Updated to handle new bzr diff output
290
 
 
291
 
Sept 13
292
 
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
293
 
* obsoleted all the executibles; bzrtools only works as plugins now
294
 
 
295
 
June 15, 2005
296
 
* Added annotate
297
 
* Added Michael Ellerman's shelf/unshelf
298
 
* Implemented python user interface
299
 
 
300
1
June 8, 2005
301
2
baz2bzr
302
3
* much better error messages for common mistakes
303
4
* more thorough unit testing
304
5
* works better with recent merge changes
305
 
* Debian packaging (Jeff Bailey)
306
6
 
307
7
June 7, 2005
308
8
* baz2bzr supports updating a previous import (John Meinel)