tests/test-rollback
author John Goerzen <jgoerzen@complete.org>
Thu, 22 Mar 2007 14:02:39 -0500
changeset 4280 a9336520a4ee
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Improve documentation for patchbomb and email

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