tests/test-strict
author Matt Mackall <mpm@selenic.com>
Sat, 07 Nov 2009 16:30:42 -0600
changeset 9780 1ee085511b89
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
subrepo: notice dirty subrepo states when merging

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