tests/test-hgrc
author Vadim Gelfer <vadim.gelfer@gmail.com>
Mon, 15 May 2006 10:25:17 -0700
changeset 2292 903ab41ac7eb
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
allow to send email using sendmail. default is still smtp. update hgrc doc with sendmail info.

#!/bin/sh

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