tests/test-rollback
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 16 Apr 2007 13:00:23 -0300
changeset 4350 3380eb6d7c32
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
fix 'hg <not-log> -v --template foo' with revisions without copies

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