view tests/test-strict @ 11792:47d2b4a5bd1e

tests: unify test-flags
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Thu, 12 Aug 2010 19:10:57 +0900
parents 6c82beaaa11a
children
line wrap: on
line source

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