tests/test-strict
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 20 May 2009 19:37:25 +0200
changeset 8532 b97e2417ae53
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
fetch: allow -r for remote repos

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