view tests/test-hgrc @ 4818:0ac6b537893f

interhg extension allows you to change changelog text like InterWiki.
author OHASHI Hideya <ohachige@gmail.com>
date Tue, 03 Jul 2007 00:13:52 +0900
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:"