tests/test-push-http.t
branchstable
changeset 13449 8b1125eb361e
parent 13446 1e497df514e2
child 13946 3c2f9f611ef6
equal deleted inserted replaced
13448:97b69883e929 13449:8b1125eb361e
    13   $ hg ci -mb
    13   $ hg ci -mb
    14   $ req() {
    14   $ req() {
    15   >     hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
    15   >     hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
    16   >     cat hg.pid >> $DAEMON_PIDS
    16   >     cat hg.pid >> $DAEMON_PIDS
    17   >     hg --cwd ../test2 push http://localhost:$HGPORT/
    17   >     hg --cwd ../test2 push http://localhost:$HGPORT/
    18   >     kill `cat hg.pid`
    18   >     "$TESTDIR/killdaemons.py"
    19   >     echo % serve errors
    19   >     echo % serve errors
    20   >     cat errors.log
    20   >     cat errors.log
    21   > }
    21   > }
    22   $ cd ../test
    22   $ cd ../test
    23 
    23