How to use Visual Studio (vsdiffmerge) as external diff tool in SourceTree for Mercurial?

前端 未结 5 1925
心在旅途
心在旅途 2021-02-05 05:32

I am using Mercurial for my source control and SourceTree to manage it. I want to use Visual Studio\'s built in diff and merge tool (vsdiffmerge) for comparing files however thi

5条回答
  •  长情又很酷
    2021-02-05 06:02

    With Visual Studio 2015 Update 1 and SourceTree 1.7.0.32509 this is only setting, which works for me:

    C:/Program Files (x86)/Microsoft Visual Studio 14.0/Common7/IDE/vsDiffMerge.exe 
    $REMOTE $LOCAL $BASE $MERGED //m
    

提交回复
热议问题