tests/test-undo
author Vadim Gelfer <vadim.gelfer@gmail.com>
Thu, 13 Apr 2006 13:46:56 -0700
changeset 2064 547ede0123a2
parent 1933 7544700fd931
permissions -rwxr-xr-x
util.unlink should only catch OSError.

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