tests/test-hgrc
author Jun Inoue <jun.lambda@gmail.com>
Thu, 15 Feb 2007 05:18:23 -0200
changeset 4086 cc8a52229620
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Fix accessing the repo through a symlink.

#!/bin/sh

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