view tests/test-hgrc @ 4796:83c1bbb934ec

convert: svn merges produce hard-to-trace file entries. Ignore them for now.
author Brendan Cully <brendan@kublai.com>
date Tue, 03 Jul 2007 19:49:36 -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:"