tests/test-undo
author Vadim Gelfer <vadim.gelfer@gmail.com>
Tue, 02 May 2006 14:38:32 -0700
changeset 2178 00205fe76993
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