tests/test-rollback
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 25 Aug 2007 11:30:59 +0200
changeset 5243 423f4e8be115
parent 2227 4f072bb06e89
child 5814 dd5a501cb97f
permissions -rwxr-xr-x
merge with crew

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