Is there any good tool that computes the number of changed lines of code over a certain time period in a mercurial repository? Something along the lines of statsvn would be grea
The hg churn extension is what you want.
You can get visual results with hg activity or hg chart.