tests/test-strict
author Daniel Dumitriu <daniel.dumitriu@gmail.com>
Wed, 25 Aug 2010 12:20:10 +0200
changeset 12242 403bb6067736
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
i18n: merged in strings from hg cset ce818cf215dc

#!/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