tests/test-basic
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 22 Jul 2005 09:40:45 +0100
changeset 759 d2c52a502473
parent 749 7e4843b7efd2
child 761 0fb498458905
permissions -rwxr-xr-x
Updated TODO.

#!/bin/sh

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