tests/test-undo
author Matt Mackall <mpm@selenic.com>
Thu, 29 Sep 2005 15:18:32 -0700
changeset 1364 0f25830f6bc3
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Fix data reported for the nullid changeset

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m "test" -d "0 0"
hg verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status