tests/test-undo
author Mikael Berthe <mikael@lilotux.net>
Wed, 14 Sep 2005 12:35:10 -0500
changeset 1242 4a6efec8b698
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Fix hg cat when the file cannot be found in the specified revision

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