2 "$merge_tool_path" "$LOCAL" "$REMOTE" >/dev/null 2>&1
6 echo "Use DeltaWalker (requires a graphical session)"
10 # Adding $(pwd)/ in front of $MERGED should not be necessary.
11 # However without it, DeltaWalker (at least v1.9.8 on Windows)
12 # crashes with a JRE exception. The DeltaWalker user manual,
13 # shows $(pwd)/ whenever the '-merged' options is given.
14 # Adding it here seems to work around the problem.
17 "$merge_tool_path" "$LOCAL" "$REMOTE" "$BASE" -merged="$(pwd)/$MERGED"
19 "$merge_tool_path" "$LOCAL" "$REMOTE" -merged="$(pwd)/$MERGED"
24 echo "Use DeltaWalker (requires a graphical session)"
27 translate_merge_tool_path () {
31 exit_code_trustable () {