tests/test-basic
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 09 Nov 2005 22:31:18 +0100
changeset 1520 95ee4f12fbd9
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Allow ambiguous command shortcut if only an alias for the same command. Currently the only example for this is 'hg o' or 'hg ou' as a shortcut for 'hg out' and 'hg outgoing'.

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "0 0"
hg history
hg manifest
hg cat a
hg verify