tests/test-hgrc
author Brendan Cully <brendan@kublai.com>
Fri, 06 Jul 2007 09:15:17 -0700
changeset 4832 4f86c58c6c56
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
hgwebdir: do not walk up the given path looking for a repository. It is there or it isn't.

#!/bin/sh

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