tests/test-strict
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 17 May 2009 02:55:22 +0200
changeset 8454 6d4bf1c1a003
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
rebase: use set instead of dict

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