annotate hgrc/hgrc-Windows_NT @ 515:6d5e2a583502 default tip

Remove onsub extension
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 10 May 2022 09:54:59 -0700
parents 36300968dc55
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
489
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
1 [ui]
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
2 ssh = "%USERPROFILE%\scoop\shims\plink.exe" -ssh -2 -batch -C
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
3 editor = "%USERPROFILE%\scoop\shims\vim.exe"
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
4
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
5 [extdiff]
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
6 cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe"
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
7
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
8 [tortoisehg]
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
9 editor = "C:\Program Files (x86)\Notepad++\notepad++.exe"
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
10 vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe"
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
11
36300968dc55 Use tools installed with scoop on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents: 476
diff changeset
12 # vim: ft=cfg