tests/test-strict
author Martin Geisler <mg@lazybytes.net>
Tue, 07 Jul 2009 23:54:42 +0200
changeset 9054 84be8a8cc8b0
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
bugzilla: wrapped docstrings at 78 characters

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