tests/test-rollback
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 16 Jul 2006 00:02:05 +0200
changeset 2625 70d65ca6d893
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
mention the bts for bug reporting in traceback message

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