tests/test-undo
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 28 Feb 2006 23:26:44 +0100
changeset 1813 f9138ddf7afc
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Merged automatic doc generation from tonfa.

#!/bin/sh

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