##// END OF EJS Templates
stream-clone-test: simplify the --uncompressed alias check...
marmoute -
r52369:715be269 default
parent child Browse files
Show More
@@ -253,35 +253,17 b' XXX manually building the --requestheade'
253 0020: 06 09 04 0c ?? 62 79 74 65 63 6f 75 6e 74 31 30 |....?bytecount10| (glob)
253 0020: 06 09 04 0c ?? 62 79 74 65 63 6f 75 6e 74 31 30 |....?bytecount10| (glob)
254
254
255 --uncompressed is an alias to --stream
255 --uncompressed is an alias to --stream
256 ---------------------------------------
256
257
257 #if stream-legacy
258 The alias flag should trigger a stream clone too.
258 $ hg clone --uncompressed -U http://localhost:$HGPORT clone1-uncompressed
259
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
268 $ hg clone --uncompressed -U http://localhost:$HGPORT clone1-uncompressed
260 $ hg clone --uncompressed -U http://localhost:$HGPORT clone1-uncompressed
269 streaming all changes
261 streaming all changes
270 1094 files to transfer, 102 KB of data (no-zstd !)
262 * files to transfer* (glob) (no-stream-bundle2-v3 !)
271 transferred 102 KB in * seconds (* */sec) (glob) (no-zstd !)
263 * entries to transfer (glob) (stream-bundle2-v3 !)
272 1094 files to transfer, 98.9 KB of data (zstd no-rust !)
264 transferred * KB in * seconds (* */sec) (glob)
273 transferred 98.9 KB in * seconds (* */sec) (glob) (zstd no-rust !)
265 searching for changes (stream-legacy !)
274 1096 files to transfer, 99.0 KB of data (zstd rust !)
266 no changes found (stream-legacy !)
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
285
267
286 Clone with background file closing enabled
268 Clone with background file closing enabled
287
269
General Comments 0
You need to be logged in to leave comments. Login now