tests/test-strict
author Christian Ebert <blacktrash@gmx.net>
Wed, 25 Oct 2006 20:59:50 +0200
changeset 3532 04d44c3d64f7
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
hgcommand.vim: doc install delete into "black hole", g: prefix global vars.

#!/bin/sh

hg init

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