##// END OF EJS Templates
test: use generaldelta in 'test-ssh.t'...
Pierre-Yves David -
r26931:dc2016eb default
parent child Browse files
Show More
@@ -1,6 +1,11 b''
1
1
2 This test tries to exercise the ssh functionality with a dummy script
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 creating 'remote' repo
9 creating 'remote' repo
5
10
6 $ hg init remote
11 $ hg init remote
@@ -449,8 +454,8 b' debug output'
449 running python ".*/dummyssh" user@dummy ('|")hg -R remote serve --stdio('|") (re)
454 running python ".*/dummyssh" user@dummy ('|")hg -R remote serve --stdio('|") (re)
450 sending hello command
455 sending hello command
451 sending between command
456 sending between command
452 remote: 345
457 remote: 371
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
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 remote: 1
459 remote: 1
455 query 1; heads
460 query 1; heads
456 sending batch command
461 sending batch command
General Comments 0
You need to be logged in to leave comments. Login now