Mercurial > hg
comparison tests/test-bundle2-format.t @ 25331:53ca47ef645d
bundle2: add generic debug output regarding processed bundle
If we are about to hide the detailed debug output, we need some generic debug
message to replace it in a concise way.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 27 May 2015 00:00:35 -0700 |
parents | 21a25fb81d2c |
children | 0cdd1c811705 |
comparison
equal
deleted
inserted
replaced
25329:101e84121c13 | 25331:53ca47ef645d |
---|---|
548 Process the bundle | 548 Process the bundle |
549 | 549 |
550 $ hg unbundle2 --debug --config progress.debug=true < ../parts.hg2 | 550 $ hg unbundle2 --debug --config progress.debug=true < ../parts.hg2 |
551 bundle2-input: start processing of HG20 stream | 551 bundle2-input: start processing of HG20 stream |
552 bundle2-input: reading bundle2 stream parameters | 552 bundle2-input: reading bundle2 stream parameters |
553 bundle2-input-bundle: with-transaction | |
553 bundle2-input: start extraction of bundle2 parts | 554 bundle2-input: start extraction of bundle2 parts |
554 bundle2-input: part header size: 17 | 555 bundle2-input: part header size: 17 |
555 bundle2-input: part type: "test:empty" | 556 bundle2-input: part type: "test:empty" |
556 bundle2-input: part id: "0" | 557 bundle2-input: part id: "0" |
557 bundle2-input: part parameters: 0 | 558 bundle2-input: part parameters: 0 |