tests/test-rollback
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 21 Dec 2007 21:50:19 +0100
changeset 5685 57d29a45ffbc
parent 2227 4f072bb06e89
child 5814 dd5a501cb97f
permissions -rwxr-xr-x
Use skipped: instead of hghave: for skipping tests, use this in test-merge-types

#!/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 rollback
hg verify
hg parents
hg status