tests/test-rollback
author Matt Mackall <mpm@selenic.com>
Thu, 30 Nov 2006 19:50:28 -0600
changeset 3735 205f0fd4a4a1
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Add missing test output

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