tests/test-basic
author madhu@madhu
Wed, 25 Mar 2009 01:49:03 +0530
changeset 7870 7bcce39e8f07
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Returns lines changed for paths specified as arguments correctly. This fixes issue 1569. hg churn <path> now returns only the number of lines changed in the path, if the path is specified by filtering files through a match filter at the changeset level. test-churn has been updated to take care of this issue.

#!/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 --debug
hg cat a
hg verify