tests/test-wireproto.t
branchmercurial-4.4
changeset 4076 f9a850018daa
parent 3714 19ec729f3ca2
parent 4075 dc247e648f43
child 4077 9c025ec4af88
child 4173 e268f7fd7839
equal deleted inserted replaced
4032:fc065ec30351 4076:f9a850018daa
   193 
   193 
   194   $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log  --config experimental.evolution.obsdiscovery=no
   194   $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log  --config experimental.evolution.obsdiscovery=no
   195   $ cat hg.pid >> $DAEMON_PIDS
   195   $ cat hg.pid >> $DAEMON_PIDS
   196 
   196 
   197   $ curl -s http://localhost:$HGPORT/?cmd=capabilities
   197   $ curl -s http://localhost:$HGPORT/?cmd=capabilities
   198   _evoext_getbundle_obscommon batch branchmap bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Aobsmarkers%3DV0%2CV1%0Aphases%3Dheads%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps changegroupsubset compression=*zlib getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (no-eol) (glob)
   198   _evoext_getbundle_obscommon _evoext_obshashrange_v1 batch branchmap bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Aobsmarkers%3DV0%2CV1%0Aphases%3Dheads%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps changegroupsubset compression=*zlib getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (no-eol) (glob)
   199 
   199 
   200 Check we cannot use pushkey for marker exchange anymore
   200 Check we cannot use pushkey for marker exchange anymore
   201 
   201 
   202   $ hg debugpushkey http://localhost:$HGPORT/ obsolete
   202   $ hg debugpushkey http://localhost:$HGPORT/ obsolete
   203   abort: HTTP Error 410: won't exchange obsmarkers through pushkey
   203   abort: HTTP Error 410: won't exchange obsmarkers through pushkey
   213 
   213 
   214   $ hg -R client pull http://localhost:$HGPORT/
   214   $ hg -R client pull http://localhost:$HGPORT/
   215   pulling from http://localhost:$HGPORT/
   215   pulling from http://localhost:$HGPORT/
   216   searching for changes
   216   searching for changes
   217   no changes found
   217   no changes found
   218   obsmarker-exchange: 274 bytes received
       
   219 
   218 
   220   $ hg -R client pull http://localhost:$HGPORT/ --config experimental.evolution=createmarkers
   219   $ hg -R client pull http://localhost:$HGPORT/ --config experimental.evolution=createmarkers
   221   pulling from http://localhost:$HGPORT/
   220   pulling from http://localhost:$HGPORT/
   222   searching for changes
   221   searching for changes
   223   no changes found
   222   no changes found