mergetools / kompareon commit Sixth batch of topics for 2.10 (08bb350)
   1can_merge () {
   2        return 1
   3}
   4
   5diff_cmd () {
   6        "$merge_tool_path" "$LOCAL" "$REMOTE"
   7}