tests/test-rollback
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 22 Sep 2007 18:23:56 +0200
changeset 5311 5b6e403601d1
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
bisect: do silent init if necessary

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