简体   繁体   中英

Beyond Compare as default diff tool in Eclipse when using Mercurial?

Is there any way to make Beyond Compare 3 the default diff tool in Eclipse? I'm using the Mercurial plugin and would like to use BC3 for diffing files and handling merge conflicts. I'm only able to find solutions when it comes to CVS or SVN when searching this site.

See the following query for discussion on external diff tool for Mercurial Eclipse.

It suggests that standard approach for setting up external diff tool should suffice. So setting up ".hgrc" should work.

Since this is no different from any other setup, you can test it by using hg commands in shell. See if that throws any errors and then check out with eclipse.

The setting for external merge tool is available in the plugin settings.

[edit: with hgrc]

This will work when you use command line.

The following " ExtdiffExtension " extension should help.

The extdiff Mercurial extension allows you to use external programs to compare revisions, or revision with working dir. The external diff programs are called with a configurable set of options and two non-option arguments: paths to directories containing snapshots of files to compare.

You need to install Beyond Compare Eclipse Plugin (Beyond CVS) which would provide this functionality.

Cheers!!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM