view tests/test-hgrc @ 2649:e6a7a6a33a62

make convert-repo deal with git symbolic refs. Problem noticed by Sébastien Pierre
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 24 Jul 2006 13:47:29 -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:"