Mercurial > dotfiles
comparison hgrc/hgrc-Windows_NT @ 82:6b2c3f14a5c1
Install changes:
- Don't use any linking on Windows (requires admin rights).
- Reference the global hgignore correctly from hgrc.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 22 Mar 2012 11:11:16 -0700 |
parents | 0e3a40d90a59 |
children | 1ba9f494b606 |
comparison
equal
deleted
inserted
replaced
81:2e0fbe44e9fe | 82:6b2c3f14a5c1 |
---|---|
1 [ui] | 1 [ui] |
2 ignore = ~\mercurial_ignore | |
3 #ssh="${userprofile}\Dropbox\Utilities\plink.exe" -ssh -i "${userprofile}\Dropbox\Personal\Security\PuTTY\key.ppk" | 2 #ssh="${userprofile}\Dropbox\Utilities\plink.exe" -ssh -i "${userprofile}\Dropbox\Personal\Security\PuTTY\key.ppk" |
4 | 3 |
5 [extensions] | 4 [extensions] |
6 hggit = ${userprofile}\Code\BitBucket\HgGit\hggit | 5 hggit = ${userprofile}\Code\BitBucket\HgGit\hggit |
7 | 6 |