view tests/test-strict @ 10520:75361931884d stable

commands: mention diff -c
author timeless <timeless@mozdev.org>
date Sun, 21 Feb 2010 01:21:17 +0200
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