tests/test-basic
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 01 Mar 2006 09:14:25 +0100
changeset 1818 9bbc7b304c34
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Make the deprecated rawcommit an alias of debugrawcommit. This way it doesn't show up in the non-debug help.

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