tests/test-rollback
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 08 May 2007 11:54:39 -0700
changeset 4426 807c7b99ff13
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
imported patch mq-refresh-git.patch

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