tests/test-strict
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 12 Sep 2006 17:26:20 +0200
changeset 3078 760414dc7ac6
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
Added tests for qpush/qpop with index.

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