tests/test-strict
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 04 May 2009 18:23:05 +0900
changeset 8334 0695288e8c37
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
inotify: inotify.server.walk() filetype is never used, do not yield it

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