tests/test-rollback
author Eric Hopper <hopper@omnifarious.org>
Thu, 29 Jun 2006 18:31:17 -0700
changeset 2533 589474a1dc36
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Create a test to make sure old CGI scripts will still work.

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