tests/test-undo
author Vadim Gelfer <vadim.gelfer@gmail.com>
Fri, 17 Mar 2006 09:49:28 -0800
changeset 1968 37dd4928d042
parent 1933 7544700fd931
permissions -rwxr-xr-x
merge with crew.

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