tests/test-hgrc
author Paul Bx <pb@e-scribe.com>
Sat, 22 Sep 2007 18:37:35 +0200
changeset 5313 121f961b358c
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
statichttprepo: fix calls on '/' URI (issue 747)

#!/bin/sh

mkdir t
cd t
hg init
echo "invalid" > .hg/hgrc
hg status 2>&1 |sed -e "s:/.*\(/t/.*\):...\1:"