view tests/test-hgrc @ 2948:b2138d846b27

Teach annotate to follow copies.
author Brendan Cully <brendan@kublai.com>
date Fri, 18 Aug 2006 14:59:18 -0700
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:"