tests/test-simple4server.t
branchmercurial-3.4
changeset 1800 1554b30b18eb
parent 1751 bc590681de77
parent 1795 8e276bf812b1
equal deleted inserted replaced
1799:b1809340478b 1800:1554b30b18eb
   143   $ curl -s http://localhost:$HGPORT/?cmd=capabilities
   143   $ curl -s http://localhost:$HGPORT/?cmd=capabilities
   144   * _evoext_pushobsmarkers_0 _evoext_pullobsmarkers_0 _evoext_obshash_0 _evoext_obshash_1 _evoext_getbundle_obscommon (no-eol) (glob)
   144   * _evoext_pushobsmarkers_0 _evoext_pullobsmarkers_0 _evoext_obshash_0 _evoext_obshash_1 _evoext_getbundle_obscommon (no-eol) (glob)
   145 
   145 
   146   $ echo '[__temporary__]' >> server/.hg/hgrc
   146   $ echo '[__temporary__]' >> server/.hg/hgrc
   147   $ echo 'advertiseobsolete=False' >> server/.hg/hgrc
   147   $ echo 'advertiseobsolete=False' >> server/.hg/hgrc
   148   $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
   148   $ $TESTDIR/killdaemons.py $DAEMON_PIDS
   149   $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   149   $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   150   $ cat hg.pid >> $DAEMON_PIDS
   150   $ cat hg.pid >> $DAEMON_PIDS
   151 
   151 
   152   $ curl -s "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort
   152   $ curl -s "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort
   153   bookmarks	
   153   bookmarks	
   157   [1]
   157   [1]
   158   $ curl -s http://localhost:$HGPORT/?cmd=capabilities | grep _evoext_pushobsmarkers_0
   158   $ curl -s http://localhost:$HGPORT/?cmd=capabilities | grep _evoext_pushobsmarkers_0
   159   [1]
   159   [1]
   160 
   160 
   161   $ echo 'advertiseobsolete=True' >> server/.hg/hgrc
   161   $ echo 'advertiseobsolete=True' >> server/.hg/hgrc
   162   $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
   162   $ $TESTDIR/killdaemons.py $DAEMON_PIDS
   163   $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   163   $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   164   $ cat hg.pid >> $DAEMON_PIDS
   164   $ cat hg.pid >> $DAEMON_PIDS
   165 
   165 
   166   $ curl -s "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort
   166   $ curl -s "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort
   167   bookmarks	
   167   bookmarks