tests/test-hgrc
author Vadim Gelfer <vadim.gelfer@gmail.com>
Thu, 16 Feb 2006 09:56:31 -0800
changeset 1734 9488d53233b5
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
tests for new hooks. fix things i found when writing tests.

#!/bin/sh

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