tests/test-rollback
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 13 Mar 2007 15:02:33 -0300
changeset 4204 f9bbcebcacea
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
"default" is the default branch name

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