tests/test-strict
author Martin Geisler <mg@lazybytes.net>
Sun, 31 May 2009 01:26:23 +0200
changeset 8660 b9ec04eb2aa3
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
convert/subversion: wrap long lines in comments

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