tests/test-undo
author Peter van Dijk <peter@dataloss.nl>
Wed, 22 Feb 2006 16:11:17 +0100
changeset 1927 397b62d5dd13
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
add http_proxy= lines to test-bad-pull and test-pull

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