view tests/test-hgrc @ 6532:833be17000b6

removing unused local ccache in patch.diff
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 11 Apr 2008 15:14:00 +0200
parents 7a7d4937272b
children e51c0f41f271
line wrap: on
line source

#!/bin/sh

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