view hgrc/hgrc-Windows_NT @ 460:10acde38fcee

Use `tweakdefaults` and activate core terse status mode.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 09 Apr 2019 00:04:37 -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