Show More
@@ -253,35 +253,17 b' XXX manually building the --requestheade' | |||
|
253 | 253 | 0020: 06 09 04 0c ?? 62 79 74 65 63 6f 75 6e 74 31 30 |....?bytecount10| (glob) |
|
254 | 254 | |
|
255 | 255 | --uncompressed is an alias to --stream |
|
256 | --------------------------------------- | |
|
256 | 257 | |
|
257 | #if stream-legacy | |
|
258 | $ hg clone --uncompressed -U http://localhost:$HGPORT clone1-uncompressed | |
|
259 | streaming all changes | |
|
260 | 1091 files to transfer, 102 KB of data (no-zstd !) | |
|
261 | transferred 102 KB in * seconds (* */sec) (glob) (no-zstd !) | |
|
262 | 1091 files to transfer, 98.8 KB of data (zstd !) | |
|
263 | transferred 98.8 KB in * seconds (* */sec) (glob) (zstd !) | |
|
264 | searching for changes | |
|
265 | no changes found | |
|
266 | #endif | |
|
267 | #if stream-bundle2-v2 | |
|
258 | The alias flag should trigger a stream clone too. | |
|
259 | ||
|
268 | 260 | $ hg clone --uncompressed -U http://localhost:$HGPORT clone1-uncompressed |
|
269 | 261 | streaming all changes |
|
270 |
|
|
|
271 | transferred 102 KB in * seconds (* */sec) (glob) (no-zstd !) | |
|
272 | 1094 files to transfer, 98.9 KB of data (zstd no-rust !) | |
|
273 | transferred 98.9 KB in * seconds (* */sec) (glob) (zstd no-rust !) | |
|
274 | 1096 files to transfer, 99.0 KB of data (zstd rust !) | |
|
275 | transferred 99.0 KB in * seconds (* */sec) (glob) (zstd rust !) | |
|
276 | #endif | |
|
277 | #if stream-bundle2-v3 | |
|
278 | $ hg clone --uncompressed -U http://localhost:$HGPORT clone1-uncompressed | |
|
279 | streaming all changes | |
|
280 | 1093 entries to transfer | |
|
281 | transferred 102 KB in * seconds (* */sec) (glob) (no-zstd !) | |
|
282 | transferred 98.9 KB in * seconds (* */sec) (glob) (zstd no-rust !) | |
|
283 | transferred 99.0 KB in * seconds (* */sec) (glob) (zstd rust !) | |
|
284 | #endif | |
|
262 | * files to transfer* (glob) (no-stream-bundle2-v3 !) | |
|
263 | * entries to transfer (glob) (stream-bundle2-v3 !) | |
|
264 | transferred * KB in * seconds (* */sec) (glob) | |
|
265 | searching for changes (stream-legacy !) | |
|
266 | no changes found (stream-legacy !) | |
|
285 | 267 |
|
|
286 | 268 | Clone with background file closing enabled |
|
287 | 269 |
General Comments 0
You need to be logged in to leave comments.
Login now