tests/test-rollback
author Eric Hopper <hopper@omnifarious.org>
Fri, 02 Jun 2006 08:05:01 -0700
changeset 2391 d351a3be3371
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Fixing up comment headers for split up code.

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