tests/test-hgrc
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 06 Sep 2006 02:13:08 +0200
changeset 3063 aa1cee5b8afb
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
hgk.py: add an optional file list to debug-diff-tree this solves a problem when hgk was trying to display merges diff

#!/bin/sh

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