tests/test-rollback
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 24 Sep 2007 19:00:11 -0300
changeset 5334 448eb46d4d84
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
mq: fix qrefresh -e with no patches applied

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