tests/test-strict
author Brendan Cully <brendan@kublai.com>
Mon, 30 Apr 2007 09:32:44 -0700
changeset 4394 a6436e9333db
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
Also restore old rm -A behavior for inexact patterns

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