##// END OF EJS Templates
mergetools: adjust Beyond Compare config on Mac/Linux...
joco -
r40674:a182dc71 default
parent child Browse files
Show More
@@ -101,14 +101,14 b' beyondcompare3.priority=-2'
101 101 beyondcompare3.diffargs=/lro /lefttitle=$plabel1 /righttitle=$clabel /solo /expandall $parent $child
102 102
103 103 ; Linux version of Beyond Compare
104 bcompare.args=$local $other $base -mergeoutput=$output -ro -lefttitle=parent1 -centertitle=base -righttitle=parent2 -outputtitle=merged -automerge -reviewconflicts -solo
104 bcompare.args=$local $other $base -mergeoutput=$output -ro -lefttitle=$labellocal -centertitle=$labelbase -righttitle=$labelother -outputtitle=merged -automerge -reviewconflicts -solo
105 105 bcompare.gui=True
106 106 bcompare.priority=-1
107 107 bcompare.diffargs=-lro -lefttitle=$plabel1 -righttitle=$clabel -solo -expandall $parent $child
108 108
109 109 ; OS X version of Beyond Compare
110 110 bcomposx.executable = /Applications/Beyond Compare.app/Contents/MacOS/bcomp
111 bcomposx.args=$local $other $base -mergeoutput=$output -ro -lefttitle=parent1 -centertitle=base -righttitle=parent2 -outputtitle=merged -automerge -reviewconflicts -solo
111 bcomposx.args=$local $other $base -mergeoutput=$output -ro -lefttitle=$labellocal -centertitle=$labelbase -righttitle=$labelother -outputtitle=merged -automerge -reviewconflicts -solo
112 112 bcomposx.gui=True
113 113 bcomposx.priority=-1
114 114 bcomposx.diffargs=-lro -lefttitle=$plabel1 -righttitle=$clabel -solo -expandall $parent $child
General Comments 0
You need to be logged in to leave comments. Login now