tests/test-rollback
author Brendan Cully <brendan@kublai.com>
Sun, 11 Mar 2007 14:21:09 -0700
changeset 4200 7ca05d29c1f0
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Clarify update help text for update without an explicit revision

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