view hgrc/hgrc-Windows_NT @ 431:e0bb52007402

Add installation of homebrew stuff on Mac.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 01 Apr 2018 22:57:57 -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