view hgrc/hgrc-MacOSX @ 252:a2e31e166cb9

Just keep flake8 for Python checking in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 06 Jan 2015 23:17:26 -0800
parents d190d7987730
children 7d83a5eab234
line wrap: on
line source

[ui]
ssh = ssh -C
merge = kdiff3

[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