tests/test-undo
author Peter van Dijk <peter@dataloss.nl>
Thu, 02 Feb 2006 12:00:45 +0100
changeset 1766 93f54a2b3864
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
tags-rss support; still shows tip

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