tests/test-hgrc
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 08 Aug 2007 12:27:20 +0200
changeset 5122 c80af96943aa
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
refactor options from cmdtable - add extracommitopts for user and date - factor stuff

#!/bin/sh

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