Mercurial > dotfiles
view hgrc/hgrc-MacOSX @ 489:36300968dc55
Use tools installed with scoop on Windows.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Sep 2020 23:19:55 -0700 |
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