tests/test-hgrc
author Adrian Buehlmann <adrian@cadifra.com>
Thu, 24 Jul 2008 16:32:51 +0200
changeset 6839 01db3e101362
parent 4659 7a7d4937272b
child 7044 e51c0f41f271
permissions -rwxr-xr-x
move filename encoding functions from util.py to new store.py

#!/bin/sh

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