tests/test-strict
author Brendan Cully <brendan@kublai.com>
Fri, 15 Sep 2006 15:23:52 -0700
changeset 3127 81da3c45aabd
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
Move defaultrev into changectx This also causes tag on a repository with no working directory to default to tip.

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