我可以跟踪 Mercurial 中的最后一次拉动吗?

发布于 2024-10-14 21:21:42 字数 319 浏览 2 评论 0原文

我最近发现了崩溃扩展,我喜欢它。我可以经常工作和提交,当我完成工作时,我可以将修订折叠到一个逻辑变更集中。一个大的变更集而不是许多小变更集使历史变得更加清晰。

有时我不知道可以折叠哪些修订(您永远不应该折叠非本地的修订)。是否有任何工具可以帮助我跟踪哪些修订来自拉取或不同的存储库?这也有助于变基。

https://www.mercurial-scm.org/wiki/CollapseExtension

I've recently discovered the collapse extension and I love it. I can work and commit often, and when I'm done with my work I can collapse revisions into one logical changeset. One big changeset instead of many small ones makes the history a lot cleaner.

Sometimes I lose track of which revisions I can collapse (you should never collapse a revision that isn't local). Are there any tools to help me track which revisions came from a pull or a different repo? This would also help with rebase.

https://www.mercurial-scm.org/wiki/CollapseExtension

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

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

发布评论

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

评论(1

七色彩虹 2024-10-21 21:21:42

每次拉取时,您都可以创建一个本地标签 (hg tag -l -rtip LASTREMOTE)。

但这是一个手动过程,您可能会忘记这样做。在这种情况下,您可以使用hg out

You could make a local tag (hg tag -l -r tip LASTREMOTE) every time you pull.

But this is a manual process and you can forget to do it. In this case you can use hg out.

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