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.
精彩评论