tests/test-rollback
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sun, 22 Oct 2006 21:47:37 -0300
changeset 3483 8f02223662c8
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
hgweb: make #motd# available for all templates

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