tests/test-hgrc
author Vadim Gelfer <vadim.gelfer@gmail.com>
Thu, 11 May 2006 22:10:47 -0700
changeset 2272 e9a0ed9ed4d9
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
revert: fix corner case found by faheem mitha. if file not in dest manifest, remove only if in source manifest.

#!/bin/sh

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