tests/test-hgrc
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 27 Aug 2007 14:21:04 -0300
changeset 5244 dee573ba79f1
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
correctly record file-level history when the local side renames a directory

#!/bin/sh

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