tests/test-rollback
author Matt Mackall <mpm@selenic.com>
Tue, 22 Aug 2006 17:08:38 -0500
changeset 3002 a31557193f3c
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
merge: simplify working dir manifest generation

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