view tests/test-hgrc @ 5657:47915bf68c44

Properly check tag's existence as a local/global tag when removing it.
author Osku Salerma <osku@iki.fi>
date Sun, 09 Dec 2007 16:32:05 +0900
parents 7a7d4937272b
children e51c0f41f271
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:"