在macOS上使用tfvc的eclipse中正确的合并脚本是什么?

What is the right merge script in the eclipse of using tfvc on MacOS?

如何在eclipse中使用beyond compare作为合并工具。

我在 MacOS 上通过 eclipse 集成插件使用 TFVC。

我的合并工具编辑脚本:

"/Applications/Beyond Compare.app/Contents/MacOS/bcomp" %1 %2  %3 %4 -lefttitle=%6 -centertitle=%7 -righttitle=%8  -outputtitle=%9 

我使用 Beyond Compare,因为我在 Eclipse 中的比较工具运行良好,脚本是:

"/Applications/Beyond Compare.app/Contents/MacOS/bcomp" %1 %2  -lefttitle=%6 -righttitle=%7

我的合并脚本有什么问题?
什么是正确的合并脚本?

来自

"/Applications/Beyond Compare.app/Contents/MacOS/bcomp" %1 %2  %3 %4 -lefttitle=%6 -centertitle=%7 -righttitle=%8  -outputtitle=%9 

"/Applications/Beyond Compare.app/Contents/MacOS/bcomp" %1 %2  %3  %4   -outputtitle=%2

当我用Beyond Compare解决一个文件冲突时,文件在冲突区被dismiss掉了。冲突文件已解决。

这就是我想要的结果