tests/test-hgrc
author "Mathieu Clabaut <mathieu.clabaut@gmail.com>"
Wed, 02 Aug 2006 09:29:17 +0200
changeset 2773 871ca5b9d348
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Import say a file is not tracked after patching : test case

#!/bin/sh

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