tests/test-basic
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Sun, 13 Aug 2006 23:00:18 +0300
changeset 2878 66eff8355168
parent 1933 7544700fd931
child 3736 ad3d5b4367cb
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 history
hg manifest
hg cat a
hg verify