tests/test-rollback
author Jun Inoue <jun.lambda@gmail.com>
Thu, 15 Feb 2007 05:18:23 -0200
changeset 4086 cc8a52229620
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Fix accessing the repo through a symlink.

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