tests/test-rollback
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 22 Sep 2007 18:35:53 +0200
changeset 5312 189d82b6962e
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
bisect: don't write data on failure

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