tests/test-hgweb
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 20 Oct 2007 03:04:34 +0200
changeset 5475 3aa5c45874c6
parent 5384 e3a0c092b4e2
permissions -rwxr-xr-x
gpg: use the same log message format as hg tag

#!/bin/sh

hg init test
cd test
mkdir da
echo foo > da/foo
echo foo > foo
hg ci -Ambase -d '0 0'
hg serve -p $HGPORT -d --pid-file=hg.pid
echo % manifest
("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/?style=raw')
("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/da?style=raw')
kill `cat hg.pid`