[PATCH 3 of 4 random] merge-tools: configuration for Beyond Compare on OS X
Mads Kiilerich
mads at kiilerich.com
Fri Feb 27 20:45:17 UTC 2015
# HG changeset patch
# User Mads Kiilerich <madski at unity3d.com>
# Date 1425069778 -3600
# Fri Feb 27 21:42:58 2015 +0100
# Node ID a4232f35c43c74018c9b7ffcd1e8fc62a3819a5f
# Parent abc351ec02d3c6d14cf9651cab970c31b45ecb29
merge-tools: configuration for Beyond Compare on OS X
Based on the Linux configuration entry.
diff --git a/mercurial/default.d/mergetools.rc b/mercurial/default.d/mergetools.rc
--- a/mercurial/default.d/mergetools.rc
+++ b/mercurial/default.d/mergetools.rc
@@ -102,6 +102,13 @@ bcompare.gui=True
bcompare.priority=-1
bcompare.diffargs=-lro -lefttitle=$plabel1 -righttitle=$clabel -solo -expandall $parent $child
+; OS X version of Beyond Compare
+bcomposx.executable = /Applications/Beyond Compare.app/Contents/MacOS/bcomp
+bcomposx.args=$local $other $base -mergeoutput=$output -ro -lefttitle=parent1 -centertitle=base -righttitle=parent2 -outputtitle=merged -automerge -reviewconflicts -solo
+bcomposx.gui=True
+bcomposx.priority=-1
+bcomposx.diffargs=-lro -lefttitle=$plabel1 -righttitle=$clabel -solo -expandall $parent $child
+
winmerge.args=/e /x /wl /ub /dl other /dr local $other $local $output
winmerge.regkey=Software\Thingamahoochie\WinMerge
winmerge.regkeyalt=Software\Wow6432Node\Thingamahoochie\WinMerge\
More information about the Mercurial-devel
mailing list