tests/test-rollback
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 03 Jul 2007 03:06:40 -0300
changeset 4776 719c402258ee
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
test-copy2: use status -C instead of debugstate | grep copy

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