tests/test-strict
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 15 Oct 2006 20:56:38 +0200
changeset 3398 0f308690bda8
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
Fixed contrib/hgdiff script to pass diffopts in the new format.

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