tests/test-strict
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Fri, 05 Jan 2007 21:28:49 +0200
changeset 4136 eb5d4fec1487
parent 2978 4e815ee377fd
permissions -rwxr-xr-x
Fix addremove for symlinks to non-existent 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