tests/test-wireproto.t
branchmercurial-4.7
changeset 5283 02cc51ca6795
parent 4971 9f69164cdc16
parent 5282 1bb465fad209
child 5367 cb5983c0287f
equal deleted inserted replaced
5282:1bb465fad209 5283:02cc51ca6795
    51   requesting all changes
    51   requesting all changes
    52   adding changesets
    52   adding changesets
    53   adding manifests
    53   adding manifests
    54   adding file changes
    54   adding file changes
    55   added 2 changesets with 2 changes to 2 files
    55   added 2 changesets with 2 changes to 2 files
    56   new changesets 8685c6d34325:4957bfdac07e (2 drafts)
    56   new changesets 8685c6d34325:4957bfdac07e
    57   (run 'hg update' to get a working copy)
    57   (run 'hg update' to get a working copy)
    58   $ hg push -R ../other
    58   $ hg push -R ../other
    59   pushing to ssh://user@dummy/server
    59   pushing to ssh://user@dummy/server
    60   searching for changes
    60   searching for changes
    61   no changes found
    61   no changes found
    93   adding file changes
    93   adding file changes
    94   added 1 changesets with 1 changes to [12] files \(\+1 heads\) (re)
    94   added 1 changesets with 1 changes to [12] files \(\+1 heads\) (re)
    95   obsmarker-exchange: 92 bytes received
    95   obsmarker-exchange: 92 bytes received
    96   1 new obsolescence markers
    96   1 new obsolescence markers
    97   obsoleted 1 changesets
    97   obsoleted 1 changesets
    98   new changesets 9d1c114e7797 (1 drafts)
    98   new changesets 9d1c114e7797
    99   (run 'hg heads' to see heads)
    99   (run 'hg heads' to see heads)
   100   $ hg -R ../other pull
   100   $ hg -R ../other pull
   101   pulling from ssh://user@dummy/server
   101   pulling from ssh://user@dummy/server
   102   searching for changes
   102   searching for changes
   103   no changes found
   103   no changes found
   126   adding manifests
   126   adding manifests
   127   adding file changes
   127   adding file changes
   128   added 1 changesets with 1 changes to 1 files
   128   added 1 changesets with 1 changes to 1 files
   129   obsmarker-exchange: 92 bytes received
   129   obsmarker-exchange: 92 bytes received
   130   1 new obsolescence markers
   130   1 new obsolescence markers
   131   new changesets a5687ec59dd4 (1 drafts)
   131   new changesets a5687ec59dd4
   132   (run 'hg update' to get a working copy)
   132   (run 'hg update' to get a working copy)
   133 
   133 
   134 some common hidden
   134 some common hidden
   135 
   135 
   136   $ hg touch .
   136   $ hg touch .
   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 _evoext_obshashrange_v1 batch branchmap bundle2=HG20%0Abookmarks%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Aobsmarkers%3DV0%2CV1%0Aphases%3Dheads%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps%0Arev-branch-cache%0Astream%3Dv2 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%0Abookmarks%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Aobsmarkers%3DV0%2CV1%0Aphases%3Dheads%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps%0Arev-branch-cache 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