tests/test-hgweb-commands
changeset 10414 1a8df80dfdde
parent 10248 4441e8d7f04f
child 11582 26c7d4fc31bf
child 11765 aff419e260f9
equal deleted inserted replaced
10413:e433002acb05 10414:1a8df80dfdde
    14 hg ci -Ambase
    14 hg ci -Ambase
    15 hg tag 1.0
    15 hg tag 1.0
    16 echo another > foo
    16 echo another > foo
    17 hg branch stable
    17 hg branch stable
    18 hg ci -Ambranch
    18 hg ci -Ambranch
    19 hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
    19 hg serve --config server.uncompressed=False -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
    20 cat hg.pid >> $DAEMON_PIDS
    20 cat hg.pid >> $DAEMON_PIDS
    21 
    21 
    22 echo % Logs and changes
    22 echo % Logs and changes
    23 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/log/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//"
    23 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/log/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//"
    24 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/log/1/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//"
    24 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/log/1/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//"