你能“hg rebase --svn”吗?来自乌龟汞?
我正在针对 SVN 存储库使用 hgsubversion + Mercurial。 我注意到 TortoiseHg 的 rebase 似乎损坏了我的存储库 (我无法再推送到 Subversion)
我可以从 TortoiseHg UI 模仿 hg rebase --svn
吗?
I'm using hgsubversion + mercurial against an SVN repo.
I notice that the rebase from TortoiseHg seems to corrupt my repository
(I can no longer push to Subversion)
Can I mimic hg rebase --svn
from the TortoiseHg UI?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以。当您选择“修改历史记录”>“从右键单击菜单进行变基,您应该会看到以下对话框:
底部选项标记为“Rebase 未发布到 Subversion 头(覆盖源、目标)”
勾选该框并按 Rebase 按钮,一切就完成了。
Yes, you can. When you choose Modify History > Rebase from the right click menu, you should be presented with the following dialog box:
The bottom option is labelled "Rebase unpublished onto Subversion head (override source, destination)"
Tick that box and press the Rebase button and you're all set.