views:

37

answers:

1

I would use hg4idea to do this but it seems to leak memory badly. Is there a way to use Intellij 9 as the default merge tool for TortoiseHG/Mercurial? KDiff3 makes very little sense to me.

+1  A: 

No, I'm afraid it's not possible. Consider using some third-party diff/merge tool. The closet one to IDEA is SmartSynchronize, also written in Java and will work on any platform.

CrazyCoder