Skip to content

Instantly share code, notes, and snippets.

@rainbowbird
Forked from victor-torres/.hgrc
Created December 1, 2019 03:15
Show Gist options
  • Save rainbowbird/940e6a350f39b7254372a55605863906 to your computer and use it in GitHub Desktop.
Save rainbowbird/940e6a350f39b7254372a55605863906 to your computer and use it in GitHub Desktop.
configuring meld merge tool in mercurial
[ui]
merge = meld
[extensions]
extdiff =
[merge-tools]
meld.args = $local $base $other --output=$output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment