tests/test-strict
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Thu, 25 Feb 2010 14:35:21 +0100
branchstable
changeset 10546 3a69afd6987e
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
fix test output changed by 2e1a9b811d13

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