如何从 Mercurial 创建与 SVN 兼容的补丁?

发布于 2024-11-19 05:02:03 字数 132 浏览 1 评论 0 原文

我是 Mercurial 的新手,正在使用 hgsubversion。我在使用 hg merge 时犯了错误 - 我现在知道下次不要这样做,但我现在需要将我的更改放入 SVN。

如何从 Mercurial 创建与 SVN 兼容的补丁?

I am new to Mercurial and using hgsubversion. I have erred in using hg merge - I now know not to do this for next time but I now need to get my changes into SVN.

How do I create patches from Mercurial that are compatible with SVN?

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

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

发布评论

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

评论(1

生来就爱笑 2024-11-26 05:02:03

看起来一旦安装了 hgsubversion,您就可以使用类似的命令:

hg diff --svn -r default

查看更多信息 此处

It looks like once you have hgsubversion installed, you can just use a similar command:

hg diff --svn -r default

See more info here.

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