view hgrc/hgrc-MacOSX @ 477:6f788c83b7f6

Clean up installer output.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 05 Feb 2020 09:28:55 -0800
parents 4248ef657070
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