tests/test-strict
author Dmitriy Kostunin <dmitriy.kostunin@gmail.com>
Tue, 31 Mar 2009 00:04:07 +0900
changeset 8601 021de2d12355
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
inotify: adding test for issue1556

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