我在Windows上使用kdiff3作为TortoiseHG / Mercurial的可视合并工具。
通常在进行合并或变基时会显示如下对话框:
另一种变化是被合并的两个文件是“二进制相等”。
由于这些消息基本上是在说没有冲突/无事可做,所以我想压制它们-可能吗?
我在kdiff3 command line options中看不到任何相关内容。
答案 0 :(得分:1)
Although having a bit misleading name, --auto
option does what you want.
--auto
No GUI if all conflicts are auto-solvable. (Needs-o file
)
This help text can also be accessing from the command line with kdiff3 --help
.