tests/test-strict
author Patrick Mezard <pmezard@gmail.com>
Sat, 07 Apr 2007 19:42:26 +0100
changeset 4333 4f721e96f1de
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
Add test for issue 529 - "mq aborts when merging patch deleting files".

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