tests/test-hgrc
author Bryan O'Sullivan <bos@serpentine.com>
Thu, 09 Aug 2007 20:03:34 -0700
changeset 5139 49554ba98951
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
debugstate: print symlinks as 'lnk', not '777'

#!/bin/sh

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