tests/test-basic
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 01 Mar 2007 22:15:17 +0100
changeset 4122 306055f5b65c
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Unified #! paths for python scripts and removed them for test modules.

#!/bin/sh

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