tests/test-strict
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 13 Aug 2010 18:02:02 +0200
branchstable
changeset 11843 00f8e7837668
parent 8167 6c82beaaa11a
permissions -rwxr-xr-x
rebase: recompute the set of skipped rev when using --continue (issue2330)

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