tests/test-strict
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 06 Feb 2010 19:00:50 +0100
changeset 10345 bc2866bdf3e0
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
commands: allow --closed even for topological heads displays But it actually only starts working later on.

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