Created
December 9, 2008 17:32
-
-
Save kogakure/33991 to your computer and use it in GitHub Desktop.
Mercurial: .hgrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ui] | |
username = John Doe <[email protected]> | |
[defaults] | |
cdiff = -q | |
[extdiff] | |
cmd.cdiff = colordiff | |
opts.cdiff = -uprN | |
[extensions] | |
hgext.fetch= | |
hgext.convert = | |
color = | |
fetch = | |
hgk = | |
localbranch = /Library/Python/2.5/site-packages/localbranch.py | |
[http_proxy] | |
host = IP:PORT | |
no = extranet.domain.de, phpmyadmin.domain.de, domain.intern, statistik.domain.de, citrix.domain.de, domain.de, *.dev, www.*.dev, subversion, 192.168.*.*, localhost, 127.0.0.1 | |
passwd = PW | |
user = doe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment