tests/test-hgrc
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Sun, 08 Jul 2007 19:46:04 +0200
changeset 4856 e45c5120ca27
parent 4659 7a7d4937272b
child 7044 e51c0f41f271
permissions -rwxr-xr-x
Allow filectx.annotate to return the line number of first appearance.

#!/bin/sh

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