mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
mergetools.rc: find OSX FileMerge in the new location inside Xcode 4.3
This commit is contained in:
parent
8bb79e1017
commit
c53290a7f0
@ -88,6 +88,10 @@ filemerge.executable=/Developer/Applications/Utilities/FileMerge.app/Contents/Ma
|
||||
filemerge.args=-left $other -right $local -ancestor $base -merge $output
|
||||
filemerge.gui=True
|
||||
|
||||
filemergexcode.executable=/Applications/Xcode.app/Contents/Applications/FileMerge.app/Contents/MacOS/FileMerge
|
||||
filemergexcode.args=-left $other -right $local -ancestor $base -merge $output
|
||||
filemergexcode.gui=True
|
||||
|
||||
; Windows version of Beyond Compare
|
||||
beyondcompare3.args=$local $other $base $output /ro /lefttitle=local /centertitle=base /righttitle=other /automerge /reviewconflicts /solo
|
||||
beyondcompare3.regkey=Software\Scooter Software\Beyond Compare 3
|
||||
|
Loading…
Reference in New Issue
Block a user