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

前端 未结 5 1916
心在旅途
心在旅途 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:06

    For Visual Studio 2015

    Put this line in the Diff Command box:

    C:/Program Files (x86)/Microsoft Visual Studio 14.0/Common7/IDE/vsDiffMerge.exe
    

    And this one in the Arguments box:

    $REMOTE $LOCAL $BASE $MERGED //m
    

提交回复
热议问题