tests/test-wireproto.t
branchstable
changeset 3171 dbd340eafcb0
parent 3075 8feb2cae7eae
child 3172 aed2cac9edc3
equal deleted inserted replaced
3165:6ca44f334d47 3171:dbd340eafcb0
   185   no changes found
   185   no changes found
   186   (skipping discovery of obsolescence markers, will exchange everything)
   186   (skipping discovery of obsolescence markers, will exchange everything)
   187   (controled by 'experimental.evolution.obsdiscovery' configuration)
   187   (controled by 'experimental.evolution.obsdiscovery' configuration)
   188   obsmarker-exchange: 258 bytes received
   188   obsmarker-exchange: 258 bytes received
   189 
   189 
       
   190 And disable it server side too:
       
   191 
       
   192   $ hg serve -R ../server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log  --config experimental.evolution.obsdiscovery=no
       
   193   $ cat hg.pid >> $DAEMON_PIDS
       
   194 
       
   195   $ curl -s http://localhost:$HGPORT/?cmd=capabilities
       
   196   _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=zstd,zlib getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (no-eol)
       
   197   $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
       
   198 
   190   $ cd ..
   199   $ cd ..