view tests/test-strict @ 11208:2313dc4d9817

tests: fix bashism to load helpers.sh `source` isn't available at POSIX sh.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 21 May 2010 20:55:18 +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