view tests/test-hgrc @ 2631:8f564a875b50

codingstyle: use spaces instead of tabs
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 18 Jul 2006 00:32:18 +0200
parents 7d66ce9895fa
children 7a7d4937272b
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:"