tests/test-strict
author Pradeepkumar Gayam <in3xes@gmail.com>
Tue, 17 Aug 2010 08:38:31 +0530
changeset 11940 106311e7740f
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
tests: unify test-copy2

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