tests/test-undo
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 18 Oct 2005 00:45:27 -0700
changeset 1396 8c3e2a254257
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
check if a file is ignored before complaining if it is an unsupported type

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