view tests/test-hgrc @ 3127:81da3c45aabd

Move defaultrev into changectx This also causes tag on a repository with no working directory to default to tip.
author Brendan Cully <brendan@kublai.com>
date Fri, 15 Sep 2006 15:23:52 -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:"