Add support for Meld diff/merge tool

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: None
    • None
    • Environment:
      Standalone version of SourceTree on Windows (and Mac – see #SRCTREE-4327).

      Add built-in support for Meld diff/merge tool to SourceTree in the Diff options/preferences dialog.

      I currently have to set `External Diff Tool` to `Custom` and the following.

      Command = "C:\Program Files (x86)\Meld\Meld.exe"

      Arguments = "$LOCAL" "$REMOTE"

      The above could possibly do with some back-slahses for robustness?

      For `External Merge Tool`:

      Arguments = "$LOCAL" "$BASE" "$REMOTE" --auto-merge --output="$MERGED"

            Assignee:
            Unassigned
            Reporter:
            BrendanSimon
            Votes:
            5 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: