Mercurial > evolve
comparison tests/test-simple4server.t @ 1606:c2739551ea4e mercurial-3.5
merge with stable through 3.6
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 11 Feb 2016 00:07:54 +0000 |
parents | 97b9141cbf72 |
children | e359d33856c3 d3429d25e0cb |
comparison
equal
deleted
inserted
replaced
1600:0d8973818980 | 1606:c2739551ea4e |
---|---|
141 $ wget -q -O - http://localhost:$HGPORT/?cmd=capabilities | 141 $ wget -q -O - http://localhost:$HGPORT/?cmd=capabilities |
142 * _evoext_pushobsmarkers_0 _evoext_pullobsmarkers_0 _evoext_obshash_0 _evoext_obshash_1 _evoext_getbundle_obscommon (no-eol) (glob) | 142 * _evoext_pushobsmarkers_0 _evoext_pullobsmarkers_0 _evoext_obshash_0 _evoext_obshash_1 _evoext_getbundle_obscommon (no-eol) (glob) |
143 | 143 |
144 $ echo '[__temporary__]' >> server/.hg/hgrc | 144 $ echo '[__temporary__]' >> server/.hg/hgrc |
145 $ echo 'advertiseobsolete=False' >> server/.hg/hgrc | 145 $ echo 'advertiseobsolete=False' >> server/.hg/hgrc |
146 $ $TESTDIR/killdaemons.py $DAEMON_PIDS | 146 $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS |
147 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log | 147 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
148 $ cat hg.pid >> $DAEMON_PIDS | 148 $ cat hg.pid >> $DAEMON_PIDS |
149 | 149 |
150 $ wget -q -O - "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort | 150 $ wget -q -O - "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort |
151 bookmarks | 151 bookmarks |
155 [1] | 155 [1] |
156 $ wget -q -O - http://localhost:$HGPORT/?cmd=capabilities | grep _evoext_pushobsmarkers_0 | 156 $ wget -q -O - http://localhost:$HGPORT/?cmd=capabilities | grep _evoext_pushobsmarkers_0 |
157 [1] | 157 [1] |
158 | 158 |
159 $ echo 'advertiseobsolete=True' >> server/.hg/hgrc | 159 $ echo 'advertiseobsolete=True' >> server/.hg/hgrc |
160 $ $TESTDIR/killdaemons.py $DAEMON_PIDS | 160 $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS |
161 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log | 161 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
162 $ cat hg.pid >> $DAEMON_PIDS | 162 $ cat hg.pid >> $DAEMON_PIDS |
163 | 163 |
164 $ wget -q -O - "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort | 164 $ wget -q -O - "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort |
165 bookmarks | 165 bookmarks |