Mercurial > dotfiles
comparison hgrc/hgrc-Windows_NT @ 24:b2ad38814e5f
Merged hgrc stuff.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 21 Nov 2011 19:53:40 -0800 |
parents | 3ae165d0221a |
children | 0e3a40d90a59 |
comparison
equal
deleted
inserted
replaced
19:89c7493e3442 | 24:b2ad38814e5f |
---|---|
1 [ui] | |
2 #ssh="${userprofile}\Dropbox\Utilities\plink.exe" -ssh -i "${userprofile}\Dropbox\Personal\Security\PuTTY\key.ppk" | |
3 | |
4 [extensions] | |
5 hggit = ${userprofile}\Code\BitBucket\HgGit\hggit | |
6 | |
7 [extdiff] | |
8 cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
9 | |
10 [tortoisehg] | |
11 editor = "C:\Program Files (x86)\Notepad++\notepad++.exe" | |
12 vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
13 |