sapling/tests/test-hgrc

8 lines
106 B
Plaintext
Raw Normal View History

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