tests/test-undo
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 12 Jan 2006 21:02:38 +0100
changeset 1620 6c61646fee5e
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Adjusted all but one test output for the new behaviour of localrepo.changes()

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