tests/test-rollback
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 27 Mar 2007 01:41:23 -0300
changeset 4299 6b1e1b9da853
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
test-ssh-clone-r: avoid a shell script

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