开发者

How to use Eclipse Mercurial Plugin to produce a patch?

开发者 https://www.devze.com 2023-04-02 04:20 出处:网络
I am new to Mercurial and the Eclipse Mercurial Plugin. The thing is that I\'ve made a change in a single file, and commit. I have two开发者_如何学编程 revisions of this file and I need to make a pat

I am new to Mercurial and the Eclipse Mercurial Plugin.

The thing is that I've made a change in a single file, and commit. I have two开发者_如何学编程 revisions of this file and I need to make a patch/diff file between the first and the second revision.

Any clues on how I can achieve this with Mercurial/Eclipse Mercurial Plugin?

King Regards,


I don't think you can through the Eclipse GUI. You can certainly export a patch for an uncommitted file or files (Team -> Export Patch).

You will have to use the command line (hg log -p) on the revision you want the patch for.

0

精彩评论

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