开发者

Mercurial Commit Charts / Graphs [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help开发者_C百科 center for guidance. Closed 9 years ago.

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):

Mercurial Commit Charts / Graphs [closed]


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:

Mercurial Commit Charts / Graphs [closed]


If you publish your repository on a webserver with hgweb/hgwebdir, then you can see the history in your webbrowser.


TortoiseHg's repository explorer has visual commit graphs (albeit in a vertical format, as opposed to a horizontal one) - not sure how useful those would be to you, if you're trying to export them to images or the like or just use them yourself.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜