Mercurial > dotfiles
annotate hgrc/hgrc-Windows_NT @ 29:8368bbb1ba27
Added hg-git sub-repo.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 21 Nov 2011 21:31:11 -0800 |
parents | 3ae165d0221a |
children | 0e3a40d90a59 |
rev | line source |
---|---|
20 | 1 [ui] |
21
3ae165d0221a
Revert back to default TortoiseHg's plink.exe on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
2 #ssh="${userprofile}\Dropbox\Utilities\plink.exe" -ssh -i "${userprofile}\Dropbox\Personal\Security\PuTTY\key.ppk" |
20 | 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 |