tests/test-strict
author Matt Mackall <mpm@selenic.com>
Sun, 24 May 2009 02:56:14 -0500
changeset 8577 c7bab7fede4c
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
match: simplify _matcher - get rid of special case - simplify anypats logic - fold inckinds and exckinds

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