tests/test-basic
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 08 Mar 2006 06:13:24 +0100
changeset 1859 39c46510ed25
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Moved --cwd handling in front of -R handling again. Shorter code for initial -R.

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