tests/test-basic
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 06 Mar 2007 12:52:07 +0100
changeset 4156 30857b5779f8
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Fix help text for hg status -i

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