开发者

How can I create SVN-compatible patches from Mercurial?

开发者 https://www.devze.com 2023-03-19 13:50 出处:网络
I am new to Mercurial and using hgsubversion. I have erred in usin开发者_JAVA百科g hg merge - I now know not to do this for next time but I now need to get my changes into SVN.

I am new to Mercurial and using hgsubversion. I have erred in usin开发者_JAVA百科g 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?


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

hg diff --svn -r default

See more info here.

0

精彩评论

暂无评论...
验证码 换一张
取 消