Staging
v0.8.1
Raw File
kompare
can_merge () {
	return 1
}

diff_cmd () {
	"$merge_tool_path" "$LOCAL" "$REMOTE"
}
back to top