comparison tests/test-hgweb-commands.t @ 27752:29cfc474c5fd

changegroup3: introduce experimental.changegroup3 boolean config In order to give us the freedom to change the changegroup3 format, let's hide it behind an experimental config. Since it is required by treemanifests, that will override the cg3 config.
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 12 Jan 2016 21:23:45 -0800
parents 77d25b913f80
children 91ac8cb79125
comparison
equal deleted inserted replaced
27751:a40e2f7fe49d 27752:29cfc474c5fd
1895 capabilities 1895 capabilities
1896 1896
1897 $ get-with-headers.py 127.0.0.1:$HGPORT '?cmd=capabilities'; echo 1897 $ get-with-headers.py 127.0.0.1:$HGPORT '?cmd=capabilities'; echo
1898 200 Script output follows 1898 200 Script output follows
1899 1899
1900 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch bundle2=HG20%0Achangegroup%3D01%2C02%2C03%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 1900 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch 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
1901 1901
1902 heads 1902 heads
1903 1903
1904 $ get-with-headers.py 127.0.0.1:$HGPORT '?cmd=heads' 1904 $ get-with-headers.py 127.0.0.1:$HGPORT '?cmd=heads'
1905 200 Script output follows 1905 200 Script output follows
2126 getbundle 2126 getbundle
2127 unbundlehash 2127 unbundlehash
2128 batch 2128 batch
2129 stream-preferred 2129 stream-preferred
2130 streamreqs=generaldelta,revlogv1 2130 streamreqs=generaldelta,revlogv1
2131 bundle2=HG20%0Achangegroup%3D01%2C02%2C03%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps 2131 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps
2132 unbundle=HG10GZ,HG10BZ,HG10UN 2132 unbundle=HG10GZ,HG10BZ,HG10UN
2133 httpheader=1024 2133 httpheader=1024
2134 2134
2135 heads 2135 heads
2136 2136