Mercurial - 使用 hg log 查看所有后代

发布于 2024-10-14 18:15:46 字数 191 浏览 2 评论 0原文

要查看变更集的所有祖先您可以使用 hg log -r :xyz。如何查看变更集的所有后代?

To view all ancestors of a changeset you can use hg log -r :xyz. How can you view all descendants of a changeset?

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

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

发布评论

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

评论(2

怼怹恏 2024-10-21 18:15:46

如果您使用较新的 Mercurial,则可以使用 hg log -r 'descendants(xyz)'hg log -r xyz::

If you use newer mercurial you can use hg log -r 'descendants(xyz)' or hg log -r xyz::.

心碎的声音 2024-10-21 18:15:46

从控制台来看,我不确定。但是,如果我需要这样做,我会开始:

hg serve

然后查看 Mercurial 将在浏览器中生成的图表。

From the console, I am not sure. However if I need to do this I start:

hg serve

and then view the graph that Mercurial will generate in a browser.

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