tests/test-hgrc
author Matt Mackall <mpm@selenic.com>
Mon, 23 Jul 2007 20:44:08 -0500
changeset 4989 1aaed3d69772
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
revlog: eliminate diff and patches functions call mdiff variants directly

#!/bin/sh

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