view tests/test-hgrc @ 4721:96614af3c679

convert: "unknown" is a string
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 25 Jun 2007 18:52:12 -0300
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:"