tests/test-rollback
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 16 Oct 2006 12:49:11 +0200
changeset 3410 57f94c609c43
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
fix rss template

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