tests/test-undo
author Vadim Gelfer <vadim.gelfer@gmail.com>
Mon, 08 May 2006 08:04:46 -0700
changeset 2219 ec82cff7d2c4
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