Mercurial > dotfiles
annotate hgrc/hgrc-Windows_NT @ 92:64c42f5c9a97
Open NERDTree in the current file's path.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 28 Mar 2012 16:10:38 -0700 |
parents | 4a7d5630410a |
children | 300b70bbfc67 |
rev | line source |
---|---|
20 | 1 [ui] |
88
1ba9f494b606
Fixed path for Mercurial's ssh/plink.
Ludovic Chabant <ludovic@chabant.com>
parents:
82
diff
changeset
|
2 ssh = "TortoisePlink.exe" -ssh -2 -batch -C |
20 | 3 |
4 [extdiff] | |
5 cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
6 | |
7 [tortoisehg] | |
8 editor = "C:\Program Files (x86)\Notepad++\notepad++.exe" | |
9 vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
10 |