debian: git-daemon-sysvinit: Depend lsb-base (>= 3.0-6)
[git/debian/andersk.git] / mergetools / examdiff
blob7b524d4088ff198d70c5e40a378011f2e515770e
1 diff_cmd () {
2         "$merge_tool_path" "$LOCAL" "$REMOTE" -nh
5 merge_cmd () {
6         touch "$BACKUP"
7         if $base_present
8         then
9                 "$merge_tool_path" -merge "$LOCAL" "$BASE" "$REMOTE" -o:"$MERGED" -nh
10         else
11                 "$merge_tool_path" -merge "$LOCAL" "$REMOTE" -o:"$MERGED" -nh
12         fi
13         check_unchanged
16 translate_merge_tool_path() {
17         mergetool_find_win32_cmd "ExamDiff.com" "ExamDiff Pro"