Show More
@@ -1,6 +1,11 b'' | |||
|
1 | 1 | |
|
2 | 2 | This test tries to exercise the ssh functionality with a dummy script |
|
3 | 3 | |
|
4 | $ cat <<EOF >> $HGRCPATH | |
|
5 | > [format] | |
|
6 | > usegeneraldelta=yes | |
|
7 | > EOF | |
|
8 | ||
|
4 | 9 | creating 'remote' repo |
|
5 | 10 | |
|
6 | 11 | $ hg init remote |
@@ -449,8 +454,8 b' debug output' | |||
|
449 | 454 | running python ".*/dummyssh" user@dummy ('|")hg -R remote serve --stdio('|") (re) |
|
450 | 455 | sending hello command |
|
451 | 456 | sending between command |
|
452 |
remote: 3 |
|
|
453 | remote: capabilities: lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 | |
|
457 | remote: 371 | |
|
458 | remote: capabilities: lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 | |
|
454 | 459 | remote: 1 |
|
455 | 460 | query 1; heads |
|
456 | 461 | sending batch command |
General Comments 0
You need to be logged in to leave comments.
Login now