tests/test-strict
author Fabian Kreutz <fabian.kreutz@starnet.fi>
Mon, 02 Nov 2009 17:25:43 +0200
changeset 9775 fb7f02082eab
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
i18n-de: Update msgids, remove .txt linespecs + few small translations

#!/bin/sh

hg init

echo a > a
hg ci -Ama

hg an a

echo "[ui]" >> $HGRCPATH
echo "strict=True" >> $HGRCPATH

hg an a
hg annotate a

echo % should succeed - up is an alias, not an abbreviation

hg up