Is there anything that can produce pretty charts / graphs for Mercurial commit history in a repository? I'm thinking something like what GitHub makes (only for Mercurial):
You can just do hg serve
and then connect to http://localhost:8000 and a graph very similar to that will be on the 'chart' tab of that web page. As Wim points out you get the same behavior from running hgweb in a webserver, but you can do it with just Mercurial too.
I like the Mercurial Activity extension, which creates a graph over time, with commits per user and displays tags as milestones:
If you publish your repository on a webserver with hgweb/hgwebdir, then you can see the history in your webbrowser.
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