tests/test-strict
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 02 Jul 2007 22:45:58 +0200
changeset 4772 a7915f79d4cc
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
Added import test for [PATCH] subject and message body with subject

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