equal
deleted
inserted
replaced
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 |