How to use Eclipse Mercurial Plugin to produce a patch? -
I'm new to Mercury and Eclipse Mercurial Plugin.
This is the thing that I have made changes in a file, and committed. I have two modifications to this file and I need to create a patch / digf file between the first and second revisions.
How can I achieve this with Mercurial / Eclipse Mercurial Plugin?
I do not think that You can export a patch to a certain file or file (Team -> Export Patch) you can do via Eclipse GUI.
You have to use the command line (HG log-P) on the modification that you want to patch.
Comments
Post a Comment