tests/test-undo
author Vadim Gelfer <vadim.gelfer@gmail.com>
Fri, 24 Mar 2006 10:31:23 -0800
changeset 2000 6f6e210b38cf
parent 1933 7544700fd931
permissions -rwxr-xr-x
add benoit's test for issue148.

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