tests/test-rollback
author Matt Mackall <mpm@selenic.com>
Wed, 25 Oct 2006 17:53:24 -0500
changeset 3523 2fb30a9d2b3b
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Remove the undo command, deprecated pre-0.9

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