tests/test-strict
author Brendan Cully <brendan@kublai.com>
Tue, 03 Jul 2007 14:16:54 -0700
changeset 4791 9f20f4b205ba
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
convert: svn: parse log entries as they arrive instead of deferring it

#!/bin/sh

hg init

echo a > a
hg ci -d '0 0' -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