tests/test-rollback
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sun, 22 Oct 2006 01:02:06 -0300
changeset 3480 26285469db9b
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
bash_completion: allow overriding completion for arguments that start with "-"

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