tests/test-hgrc
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 17 Jul 2007 13:08:50 -0700
changeset 4924 ad09ce1d393c
parent 4659 7a7d4937272b
child 7044 e51c0f41f271
permissions -rwxr-xr-x
convert/subversion.py: escape quotes to make code readable in Emacs

#!/bin/sh

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