view tests/test-hgrc @ 1694:03cb6bf43a9b

Added raw view for file annotate in hgweb.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 03 Feb 2006 12:50:02 +0100
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:"