tests/test-strict
author Martin Geisler <mg@lazybytes.net>
Sat, 14 Aug 2010 02:59:48 +0200
changeset 11863 86ec95b1d37b
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
tests: unify test-bookmarks-rebase

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