tests/test-hgrc
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 24 Apr 2007 12:02:51 -0700
changeset 4373 109077e7048d
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
When reloading the dirstate, recompute ignore information if needed.

#!/bin/sh

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