tests/test-undo
author mpm@selenic.com
Mon, 01 Aug 2005 23:17:22 -0800
changeset 816 8674b7803714
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Warn on pushing unsynced repo or adding new heads By popular demand

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