tests/test-rollback
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Sun, 13 Aug 2006 23:00:18 +0300
changeset 2878 66eff8355168
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
tests: new test for hg diff of a subdirectory only

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