tests/test-strict
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 17 Feb 2007 09:54:59 -0200
changeset 4105 ed46895aa38c
parent 2992 4e815ee377fd
child 8167 6c82beaaa11a
permissions -rwxr-xr-x
git binary patches: use hashes to detect identical files

#!/bin/sh

hg init

echo a > a
hg ci -d '0 0' -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