view hgrc/hgrc-Windows_NT @ 492:b4d2eca00197

Ensure ctags config directory before writing config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Oct 2021 18:02:50 -0700
parents 36300968dc55
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