comparison tests/test-clone-uncompressed.t @ 42935:181ee2118a96

bundle2: fix an off-by-one in debug message of number of parts Differential Revision: https://phab.mercurial-scm.org/D6850
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 11 Sep 2019 15:03:08 -0700
parents 34a46d48d24e
children edc8504bc26b
comparison
equal deleted inserted replaced
42934:0b81fd0aa2a1 42935:181ee2118a96
257 sending getbundle command 257 sending getbundle command
258 bundle2-input-bundle: with-transaction 258 bundle2-input-bundle: with-transaction
259 bundle2-input-part: "listkeys" (params: 1 mandatory) supported 259 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
260 bundle2-input-part: "phase-heads" supported 260 bundle2-input-part: "phase-heads" supported
261 bundle2-input-part: total payload size 24 261 bundle2-input-part: total payload size 24
262 bundle2-input-bundle: 1 parts total 262 bundle2-input-bundle: 2 parts total
263 checking for updated bookmarks 263 checking for updated bookmarks
264 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob) 264 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
265 #endif 265 #endif
266 #if stream-bundle2 266 #if stream-bundle2
267 $ hg --debug --config worker.backgroundclose=true --config worker.backgroundcloseminfilecount=1 clone --stream -U http://localhost:$HGPORT clone-background | grep -v adding 267 $ hg --debug --config worker.backgroundclose=true --config worker.backgroundcloseminfilecount=1 clone --stream -U http://localhost:$HGPORT clone-background | grep -v adding
279 starting 4 threads for background file closing 279 starting 4 threads for background file closing
280 updating the branch cache 280 updating the branch cache
281 transferred 96.5 KB in * seconds (* */sec) (glob) 281 transferred 96.5 KB in * seconds (* */sec) (glob)
282 bundle2-input-part: total payload size 112094 282 bundle2-input-part: total payload size 112094
283 bundle2-input-part: "listkeys" (params: 1 mandatory) supported 283 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
284 bundle2-input-bundle: 1 parts total 284 bundle2-input-bundle: 2 parts total
285 checking for updated bookmarks 285 checking for updated bookmarks
286 (sent 3 HTTP requests and * bytes; received * bytes in responses) (glob) 286 (sent 3 HTTP requests and * bytes; received * bytes in responses) (glob)
287 #endif 287 #endif
288 288
289 Cannot stream clone when there are secret changesets 289 Cannot stream clone when there are secret changesets