tests/test-rollback
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 04 Mar 2007 18:40:08 +0100
changeset 4141 49d7a035235b
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
patchbomb: Allow to specify subject of single-patch-series (issue475)

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