tests/test-rollback
author Eric Hopper <hopper@omnifarious.org>
Thu, 29 Jun 2006 19:06:18 -0700
changeset 2535 b8ccf6386db7
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Arrange for old copies of CGI scripts to 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