mergetools / kompareon commit read-cache: new API write_locked_index instead of write_index/write_cache (03b8664)
   1can_merge () {
   2        return 1
   3}
   4
   5diff_cmd () {
   6        "$merge_tool_path" "$LOCAL" "$REMOTE"
   7}