tests/test-wireproto.t
changeset 3195 8f74cf219be3
parent 3179 cae57c9b5a94
child 3187 68aeeb4d4b8f
child 3234 a18ca224e812
equal deleted inserted replaced
3181:5db76f35efce 3195:8f74cf219be3
   206   remote: abort: won't exchange obsmarkers through pushkey
   206   remote: abort: won't exchange obsmarkers through pushkey
   207   remote: (upgrade your client or server to use the bundle2 protocol)
   207   remote: (upgrade your client or server to use the bundle2 protocol)
   208   abort: unexpected response: empty string
   208   abort: unexpected response: empty string
   209   [255]
   209   [255]
   210 
   210 
       
   211 (do some extra pulling to be sure)
       
   212 
       
   213   $ hg -R client pull http://localhost:$HGPORT/
       
   214   pulling from http://localhost:$HGPORT/
       
   215   searching for changes
       
   216   no changes found
       
   217   obsmarker-exchange: 258 bytes received
       
   218 
       
   219   $ hg -R client pull http://localhost:$HGPORT/ --config experimental.evolution=createmarkers
       
   220   pulling from http://localhost:$HGPORT/
       
   221   searching for changes
       
   222   no changes found
       
   223 
       
   224   $ hg -R client pull http://localhost:$HGPORT/ --config experimental.evolution=createmarkers --config extensions.evolve='!'
       
   225   pulling from http://localhost:$HGPORT/
       
   226   searching for changes
       
   227   no changes found
       
   228 
   211 But we do let it goes fine on repository with exchange disabled:
   229 But we do let it goes fine on repository with exchange disabled:
   212 
   230 
   213   $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
   231   $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
   214   $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log  --config experimental.evolution='!'
   232   $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log  --config experimental.evolution='!'
   215   $ hg debugpushkey http://localhost:$HGPORT/ obsolete
   233   $ hg debugpushkey http://localhost:$HGPORT/ obsolete
       
   234 
       
   235 (do some extra pulling to be sure)
       
   236 
       
   237   $ hg -R client pull http://localhost:$HGPORT/
       
   238   pulling from http://localhost:$HGPORT/
       
   239   searching for changes
       
   240   no changes found
       
   241 
       
   242   $ hg -R client pull http://localhost:$HGPORT/ --config experimental.evolution=createmarkers
       
   243   pulling from http://localhost:$HGPORT/
       
   244   searching for changes
       
   245   no changes found
       
   246 
       
   247   $ hg -R client pull http://localhost:$HGPORT/ --config experimental.evolution=createmarkers --config extensions.evolve='!'
       
   248   pulling from http://localhost:$HGPORT/
       
   249   searching for changes
       
   250   no changes found
       
   251 
       
   252   $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS