Mercurial > dotfiles
comparison hgrc/hgrc-Windows_NT @ 20:f6823591218b
Initial commit.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 15 Nov 2011 16:43:27 -0800 |
parents | |
children | 3ae165d0221a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 20:f6823591218b |
---|---|
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 |