tests/test-rollback
author Brendan Cully <brendan@kublai.com>
Mon, 02 Oct 2006 17:35:41 -0700
changeset 3227 e281903c9d32
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Move RSS theme into subdirectory

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