在 Mercurial 中恢复合并

发布于 2024-09-24 09:59:48 字数 132 浏览 2 评论 0原文

我进行了合并,但后来我把它塞满了,所以我决定恢复回来。我曾多次尝试恢复到我合并的修订之一,但这不起作用。它不会抛出任何错误,只是我当前的存储库状态仍然显示为有两个头。我还尝试删除还原自动创建的所有备份文件。如何将其中一个磁头上的存储库恢复到干净状态?

I did a merge, but then I stuffed it up, so I decided to revert back. I have tried to revert to one of the revisions I merged several times, but this doesn't work. It doesn't throw any errors, it is just that my current repository state is still shown as having two heads. I also tried deleting all of the backup files that reversion automatically creates. How can I restore my repository to a clean state on one of the heads?

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

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

发布评论

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

评论(1

内心荒芜 2024-10-01 09:59:48

尝试 hg update -C 到其中一个头或任何修订版。

为了避免这种情况,您可以只提交不需要的合并,然后稍后将其删除,而不是恢复。

Try hg update -C to one of the heads, or any revision.

To avoid the situation, instead of reverting you can just commit the unwanted merge, then strip it later.

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