view hgrc/hgrc-Windows_NT @ 469:07ee0d517d92

Don't auto `cd` into a project by default anymore.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 09 Apr 2019 18:55:39 -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