Mercurial > dotfiles
annotate hgrc/hgrc-Windows_NT @ 51:a6bc310e7015
First version of lawrencium plugin.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 07 Dec 2011 23:32:39 -0800 |
parents | 0e3a40d90a59 |
children | 6b2c3f14a5c1 |
rev | line source |
---|---|
20 | 1 [ui] |
38 | 2 ignore = ~\mercurial_ignore |
21
3ae165d0221a
Revert back to default TortoiseHg's plink.exe on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
3 #ssh="${userprofile}\Dropbox\Utilities\plink.exe" -ssh -i "${userprofile}\Dropbox\Personal\Security\PuTTY\key.ppk" |
20 | 4 |
5 [extensions] | |
6 hggit = ${userprofile}\Code\BitBucket\HgGit\hggit | |
7 | |
8 [extdiff] | |
9 cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
10 | |
11 [tortoisehg] | |
12 editor = "C:\Program Files (x86)\Notepad++\notepad++.exe" | |
13 vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
14 |