tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 16 Feb 2008 13:01:27 +0100
changeset 6133 779f2309d67a
parent 4659 7a7d4937272b
child 7044 e51c0f41f271
permissions -rwxr-xr-x
Add hg grep -d/--date to list the commit date of matched revisions. Suggested by Greg Lindahl

#!/bin/sh

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