tests/test-rollback
author Stephen Darnell <stephen@darnell.plus.com>
Thu, 28 Sep 2006 21:00:01 +0100
changeset 3193 367a009c2acb
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Remove single character equivalent of --nodates (was -D)

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