tests/test-strict
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 05 Mar 2007 19:48:21 +0100
changeset 4143 26314500a5e1
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
Don't truncate tag and branch names after 30 chars (introduced 73860ffbe798) with test added for a long (local) tag name.

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