comparison tests/test-hgweb-commands.t @ 35074:62e10bf001a9

test-pattern: actually update tests using the patterns We mass update the tests now. This will help the next soul touching the http protocol.
author Boris Feld <boris.feld@octobus.net>
date Sun, 05 Nov 2017 08:23:12 +0100
parents a1de4ffaa7a8
children e397f8585953
comparison
equal deleted inserted replaced
35073:7f0c9e28a816 35074:62e10bf001a9
1924 capabilities 1924 capabilities
1925 1925
1926 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'; echo 1926 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'; echo
1927 200 Script output follows 1927 200 Script output follows
1928 1928
1929 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Aphases%3Dheads%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=*zlib (glob) 1929 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch $USUAL_BUNDLE2_CAPS$ unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=zstd,zlib
1930 1930
1931 heads 1931 heads
1932 1932
1933 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=heads' 1933 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=heads'
1934 200 Script output follows 1934 200 Script output follows
2172 getbundle 2172 getbundle
2173 unbundlehash 2173 unbundlehash
2174 batch 2174 batch
2175 stream-preferred 2175 stream-preferred
2176 streamreqs=generaldelta,revlogv1 2176 streamreqs=generaldelta,revlogv1
2177 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Aphases%3Dheads%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps 2177 $USUAL_BUNDLE2_CAPS$
2178 unbundle=HG10GZ,HG10BZ,HG10UN 2178 unbundle=HG10GZ,HG10BZ,HG10UN
2179 httpheader=1024 2179 httpheader=1024
2180 httpmediatype=0.1rx,0.1tx,0.2tx 2180 httpmediatype=0.1rx,0.1tx,0.2tx
2181 compression=*zlib (glob) 2181 compression=*zlib (glob)
2182 2182