将变更集放入 Mercurial 的新分支中
我遇到以下问题:我将两个变更集提交到默认分支中,但现在我认为我应该将它们放入新分支中。这意味着我想在这些更改发生之前从修订版本中分支出来,将这些更改集放入新创建的分支中,并将它们从默认分支的历史记录中删除。 在 Mercurial 中执行此操作的最佳方法是什么?
I'm having the following problem: I commited two changesets into the default branch, but now I think I should put them into a new branch. That means I want to branch of from the revision before these changes happened, put those changesets into the newly created branch and erase them from the default branch's history.
What's the best way to do this in Mercurial?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
hg rebase
或许可以做到这一点。否则,您可以手动执行此操作:
hg rebase
can probably do that.Otherwise you can do it manually: