tests/test-http-branchmap.t
changeset 22046 7a9cbb315d84
parent 17467 448d0c452140
child 25472 4d2b9b304ad0
equal deleted inserted replaced
22045:769198c6a62d 22046:7a9cbb315d84
     1   $ "$TESTDIR/hghave" killdaemons || exit 80
     1 #require killdaemons
     2 
     2 
     3   $ hgserve() {
     3   $ hgserve() {
     4   >     hg serve -a localhost -p $HGPORT1 -d --pid-file=hg.pid \
     4   >     hg serve -a localhost -p $HGPORT1 -d --pid-file=hg.pid \
     5   >       -E errors.log -v $@ > startup.log
     5   >       -E errors.log -v $@ > startup.log
     6   >     # Grepping hg serve stdout would hang on Windows
     6   >     # Grepping hg serve stdout would hang on Windows