tests/test-rollback
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 07 Oct 2007 20:45:10 +0200
changeset 5415 1d53a75ea0fc
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
convert: do not output when trying to load svn bindings

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