view tests/test-hgrc @ 2856:a3c73c9679d2

Fix "hg qnew -f foo" without -m The refresh method assumes it has a string.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 12 Aug 2006 09:24:04 -0300
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:"