Skip to content

Instantly share code, notes, and snippets.

@kogakure
Created December 9, 2008 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kogakure/33991 to your computer and use it in GitHub Desktop.
Save kogakure/33991 to your computer and use it in GitHub Desktop.
Mercurial: .hgrc
[ui]
username = John Doe <john.doe@gmail.com>
[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