tests/test-undo
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 19 Apr 2006 21:37:43 +0200
changeset 2099 cd7cb896396b
parent 1933 7544700fd931
permissions -rwxr-xr-x
Merge with cmason

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m "test" -d "1000000 0"
hg verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status