view hgrc/hgrc-MacOSX @ 458:4248ef657070

Only use the beautifygraph extension on OSes with nice terminals
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 04 Apr 2019 10:40:20 -0700
parents 7d83a5eab234
children
line wrap: on
line source

[ui]
ssh = ssh -C
merge = kdiff3

[extensions]
beautifygraph =

[extdiff]
cmd.kdiff3 = /Applications/kdiff3.app/Contents/MacOS/kdiff3

[merge-tools]
kdiff3.executable = /Applications/kdiff3.app/Contents/MacOS/kdiff3
kdiff3.args = $base $local $other -o $output

# vim: ft=cfg