Mercurial Git 网络视图
我真的很喜欢 github 的“网络”视图,即提交的水平图,没有日志信息。 以直观的方式查看提交图确实很有用。
是否有任何工具可以为 Mercurial(和/或 git)提供此功能?
I really like github's "network" view, i.e. an horizontal graph of the commits, without the log informations.
It is really useful to see the commit graph in an intuitive way.
If there any tool that provides this for mercurial (and/or git)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定,考虑到这张两年前的 BitBucket 票:“#820 Bitbucket 应该有类似 Github 的网络图 (BB-336) 的东西”。
这将模拟“网络图 ”,现在使用 HTML5 canvas 实现。
请注意,您有一个 演示基于Raphaeljs,带有模拟 GitHub 图的脚本集合(基于 Git 存储库,但也适用于 Mercurial 提交)。由于它生成 SVG,据说无法缩放大型且复杂的结构,这可能不是最好的方法。
Not sure, considering this two-year old BitBucket ticket: "#820 Bitbucket should have something like Github's Network graph (BB-336)".
This would have emulated the "network graph", now implemented using HTML5 canvas.
Note that you have a demo based on Raphaeljs, with a collection of scripts emulating the GitHub graphs (and based on Git repos, but applicable to Mercurial commits as well). Since it generates SVG, which is said to not scale for large and complex structures, that might not be the best approach.