view hgrc/hgrc-Windows_NT @ 464:2279514d82e4

Move local git config stuff to local file.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Mar 2019 17:32:20 -0700
parents 7d83a5eab234
children ace0146ff1bc
line wrap: on
line source

[ui]
ssh = "%USERPROFILE%\Dropbox\Utilities\plink.exe" -ssh -2 -batch -C
editor = "C:\Program Files (x86)\Vim\vim80\vim.exe"

[extdiff]
cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe"

[tortoisehg]
editor = "C:\Program Files (x86)\Notepad++\notepad++.exe"
vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe"

# vim: ft=cfg