view tests/test-hgrc @ 5212:b772c0b9f0bd

Merge with crew-stable
author Brendan Cully <brendan@kublai.com>
date Thu, 23 Aug 2007 12:24:54 -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:"