view hgrc/hgrc-Windows_NT @ 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 ace0146ff1bc
children
line wrap: on
line source

[ui]
ssh = "%USERPROFILE%\scoop\shims\plink.exe" -ssh -2 -batch -C
editor = "%USERPROFILE%\scoop\shims\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