tests/test-strict
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 16 Feb 2008 13:01:27 +0100
changeset 6133 779f2309d67a
parent 2992 4e815ee377fd
child 8167 6c82beaaa11a
permissions -rwxr-xr-x
Add hg grep -d/--date to list the commit date of matched revisions. Suggested by Greg Lindahl

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