view tests/test-hgrc @ 1735:791405fe9991

i forgot to change the test output for test-hook.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 16 Feb 2006 14:34:59 -0800
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:"