How can I create SVN-compatible patches from Mercurial? -



How can I create SVN-compatible patches from Mercurial? -

i new mercurial , using hgsubversion. have erred in using hg merge - know not next time need changes svn.

how create patches mercurial compatible svn?

it looks 1 time have hgsubversion installed, can utilize similar command:

hg diff --svn -r default

see more info here.

svn mercurial

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -