Use WinMerge as TortoiseHG Merge tool

后端 未结 2 456
一整个雨季
一整个雨季 2021-02-01 15:55

I am trying to set up WinMerge as the Merge tool into TortoiseHG; Here is my Mercurial.ini:

; User specific Mercurial config file.
; See the hgrc man page for de         


        
相关标签:
2条回答
  • 2021-02-01 16:24

    You can add

    winmergeu.binary=True
    

    as found here if winmerge can merge binary files. If it can't you'll want to configure another merge tool that can and use matters to send the binary files to that tool.

    0 讨论(0)
  • 2021-02-01 16:39

    You no longer have to mess with the .ini file. As long as you have both TortoiseHG and WinMerge installed you will see it as an option in TortoiseHG Global Settings - TortoiseHG section - Three-way Merge Tool and Visual Diff Tool. It shows up as "winmergeu". Banged my head against the wall for a couple hours before I found this; I must be blind.

    WinMerge 2.12.4.0 Unicode

    TortoiseHg 2.5.1

    Mercurial 2.3.2

    0 讨论(0)
提交回复
热议问题