view tests/test-strict @ 8342:b24290c72a1d

add verbose output to compact template style
author Alexander Solovyov <piranha@piranha.org.ua>
date Mon, 11 May 2009 13:03:34 +0300
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