tests/test-strict
author Matt Mackall <mpm@selenic.com>
Sat, 20 Mar 2010 10:01:56 -0500
changeset 10746 16b9aa398c28
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
Merge with stable

#!/bin/sh

hg init

echo a > a
hg ci -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