Mercurial 的 Svnstat

发布于 2024-10-15 12:45:49 字数 45 浏览 6 评论 0原文

Mercurial 是否有一个实用程序可以像 svnstat 那样进行颠覆?

Is there a utility for Mercurial which does something like svnstat does for subversion?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

零崎曲识 2024-10-22 12:45:49

此处找到的邮件列表帖子总结了为 Mercurial 存储库生成报告的可能性很小。
提到的 Mercurial Activity 扩展 正在积极开发中,并且看起来有希望的。

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.

椵侞 2024-10-22 12:45:49

您可以获得一个文本图,显示两个版本之间的差异,

hg diff -r REV -r REV --stat

以便:

hg diff -r 0 -r tip --stat

显示整个存储库的信息,但仅按文件显示。

另外还有 hg 活动hg 图表hg 流失扩展。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文