tests/test-strict
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 22 Aug 2006 10:18:40 +0200
changeset 2977 f63667f694de
parent 2971 63c3a1921a67
child 2978 4e815ee377fd
permissions -rwxr-xr-x
Merge with tah

#!/bin/sh

hg init

echo a > a
hg ci -d '0 0' -Ama

hg an a

HGRCPATH=$HGTMP/.hgrc; export HGRCPATH
echo "[ui]" >> $HGTMP/.hgrc
echo "strict=True" >> $HGTMP/.hgrc

hg an a
hg annotate a

echo % should succeed - up is an alias, not an abbreviation

hg up