view tests/test-hgrc @ 4919:53a1847a99d1

Simplify update.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 18 Jul 2007 14:00:55 -0700
parents 7a7d4937272b
children
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:"