vote up 2 vote down star
3

Hi,

I'm just starting with Mercurial and one of the things that I should do is select a merge tool. I was thinking to use WinMerge for that purpose, but I can't find the way to select this in particular. There are references for all the other merge tools around, but not for WinMerge.

So, should I use WinMerge or there's a better tool for that job (remember, I'm using Windows).

Thanks for your time. Best regards.

flag

5 Answers

vote up 5 vote down check

Take a look at kdiff3: http://kdiff3.sourceforge.net/

It was originally designed for KDE/linux but has been ported to Windows. It will diff/merge up to 3 files remarkably intelligently, it does a great job of highlighting differences and suggesting how to merge the files, and it's about as intuitive as one could hope.

Good luck!

link|flag
+1 for KDiff, it is hands-down the best in my experience. When TortoiseSVN has problems merging (resulting in conflicts), KDiff does the job and usually automatically resolves things without needing additional help. – Jason Bunting Oct 25 '08 at 3:26
KDiff3 is open source and is also available on all major platforms. I use it as my merge tool on OSX and am very happy with it. – Ted Naleid Oct 25 '08 at 16:08
vote up 0 vote down

i use p4merge. http://www.perforce.com/perforce/products/merge.html

it's beatiful and very clear.

here shows how can you configure.

link|flag
vote up 2 vote down

Beyond Compare is the gold standard for compare/merge tools. I've used it as well as many of the free ones mentioned and can tell you it's worth the $50.

They have a page here that discusses configuration for a variety of SCM packages.

link|flag
FWIW, Jeff Atwood said he loved BC back before BC3 came out. codinghorror.com/blog/archives/… – Jacob Oct 25 '08 at 4:00
vote up 4 vote down

WinMerge works great...

Edit: This might be useful:

link|flag
I didn't find how to configure Mercurial to use WinMerge ... and I don't see that information in your link. – Matías Oct 25 '08 at 1:29
Check the edit... – CMS Oct 25 '08 at 2:23
vote up 2 vote down

I've used DiffMerge which is available for free.

Take a look at the screenshots to get an idea of how it works, I found the interface pretty intuitive.

Good luck!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.