--- a/tests/test-http-bundle1.t Sun Oct 01 12:10:48 2017 -0400
+++ b/tests/test-http-bundle1.t Wed Oct 04 18:39:26 2017 -0700
@@ -357,7 +357,7 @@
Check error reporting while pulling/cloning
$ $RUNTESTDIR/killdaemons.py
- $ hg -R test serve -p $HGPORT -d --pid-file=hg3.pid -E error.log --config extensions.crash=${TESTDIR}/crashgetbundler.py
+ $ hg serve -R test -p $HGPORT -d --pid-file=hg3.pid -E error.log --config extensions.crash=${TESTDIR}/crashgetbundler.py
$ cat hg3.pid >> $DAEMON_PIDS
$ hg clone http://localhost:$HGPORT/ abort-clone
requesting all changes
@@ -368,7 +368,7 @@
disable pull-based clones
- $ hg -R test serve -p $HGPORT1 -d --pid-file=hg4.pid -E error.log --config server.disablefullbundle=True
+ $ hg serve -R test -p $HGPORT1 -d --pid-file=hg4.pid -E error.log --config server.disablefullbundle=True
$ cat hg4.pid >> $DAEMON_PIDS
$ hg clone http://localhost:$HGPORT1/ disable-pull-clone
requesting all changes