Mercurial > dotfiles
annotate hgrc/hgrc-Windows_NT @ 87:b315990ff191
Added more stuff to hgignore
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 27 Mar 2012 17:02:16 -0700 |
parents | 6b2c3f14a5c1 |
children | 1ba9f494b606 |
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 |