view tests/test-hgrc @ 3754:cd25a4a1a265

Improve error message for unknown revlog flags. Old: unknown flags 120000 for ... New: unknown flags 0x0012 for ...
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 01 Dec 2006 23:16:12 +0100
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:"