equal
deleted
inserted
replaced
139 $ curl --silent http://localhost:$HGPORT/?cmd=capabilities |
139 $ curl --silent http://localhost:$HGPORT/?cmd=capabilities |
140 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 _evoext_pushobsmarkers_0 _evoext_pullobsmarkers_0 _evoext_obshash_0 _evoext_getbundle_obscommon (no-eol) |
140 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 _evoext_pushobsmarkers_0 _evoext_pullobsmarkers_0 _evoext_obshash_0 _evoext_getbundle_obscommon (no-eol) |
141 |
141 |
142 $ echo '[__temporary__]' >> server/.hg/hgrc |
142 $ echo '[__temporary__]' >> server/.hg/hgrc |
143 $ echo 'advertiseobsolete=False' >> server/.hg/hgrc |
143 $ echo 'advertiseobsolete=False' >> server/.hg/hgrc |
144 $ $TESTDIR/killdaemons.py |
144 $ $TESTDIR/killdaemons.py $DAEMON_PIDS |
145 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
145 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
146 $ cat hg.pid >> $DAEMON_PIDS |
146 $ cat hg.pid >> $DAEMON_PIDS |
147 |
147 |
148 $ curl --silent "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort |
148 $ curl --silent "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort |
149 bookmarks |
149 bookmarks |
153 capabilities: lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 |
153 capabilities: lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 |
154 $ curl --silent http://localhost:$HGPORT/?cmd=capabilities |
154 $ curl --silent http://localhost:$HGPORT/?cmd=capabilities |
155 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 (no-eol) |
155 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 (no-eol) |
156 |
156 |
157 $ echo 'advertiseobsolete=True' >> server/.hg/hgrc |
157 $ echo 'advertiseobsolete=True' >> server/.hg/hgrc |
158 $ $TESTDIR/killdaemons.py |
158 $ $TESTDIR/killdaemons.py $DAEMON_PIDS |
159 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
159 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
160 $ cat hg.pid >> $DAEMON_PIDS |
160 $ cat hg.pid >> $DAEMON_PIDS |
161 |
161 |
162 $ curl --silent "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort |
162 $ curl --silent "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort |
163 bookmarks |
163 bookmarks |