Is there a utility for Mercurial which does something like svnstat does for subversion?
The maillist post found here summarizes a few possibilties to generate reports for mercurial repositories. The mercurial activity extension mentioned there is under active development and looks promising.
You can get a text graph showing the differences between two revisions
hg diff -r REV -r REV --stat
So that:
hg diff -r 0 -r tip --stat
shows info across the whole repo, but only on a file by file basis.
Alternately there are the hg activity, hg chart, and hg churn extensions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With