Skip to content

Instantly share code, notes, and snippets.

@wynemo
Last active August 15, 2018 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wynemo/14fba043eedaa78f932f82c274000c43 to your computer and use it in GitHub Desktop.
Save wynemo/14fba043eedaa78f932f82c274000c43 to your computer and use it in GitHub Desktop.
tortoisehg meld .hgrc config on mac
[ui]
username = nemo.zhang
merge = meld
editor = vim
[extensions]
mq =
extdiff =
[extdiff]
cmd.meld = /Applications/Meld.app/Contents/MacOS/Meld
[hooks]
outgoing.workflow = python:/Users/zdb/.hghooks/localhook.py:maintenance
changegroup.workflow = python:/Users/zdb/.hghooks/localhook.py:maintenance
pretxncommit.workflow = python:/Users/zdb/.hghooks/localhook.py:pretxncommit
precommit.workflow = python:/Users/zdb/.hghooks/localhook.py:precommit
[tortoisehg]
editor = /Applications/TextMate.app/Contents/MacOS/TextMate
vdiff = meld
[merge-tools]
meld.executable = /Applications/Meld.app/Contents/MacOS/Meld
meld.args = $base $local $other
# https://www.scootersoftware.com/vbulletin/showthread.php?12913-Using-with-Tortoise-Hg
# https://yousseb.github.io/meld/ meld mac download and config
# https://macromates.com/ # textmate download
# https://www.mercurial-scm.org/wiki/Meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment