Skip to content

Instantly share code, notes, and snippets.

@keimlink
Created May 3, 2011 15:34
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 keimlink/953554 to your computer and use it in GitHub Desktop.
Save keimlink/953554 to your computer and use it in GitHub Desktop.
My .hgrc file
[ui]
username = Markus Zapke-Gründemann <info@keimlink.de>
ignore = ~/.hgignore
fallbackencoding = utf8
ssh = ssh -C
[alias]
slog = log --style=/Users/zappi/.hgtemplates/mercurial-cli-templates/map-cmdline.slog
nlog = log --style=/Users/zappi/.hgtemplates/mercurial-cli-templates/map-cmdline.nlog
sglog = glog --style=/Users/zappi/.hgtemplates/mercurial-cli-templates/map-cmdline.sglog
dst = diff --stat
[diff]
git = True
[extensions]
color =
crecord = ~/.hgext/crecord/crecord
extdiff =
fetch =
graphlog =
hgattic = ~/.hgext/hgattic/attic.py
hggit =
hgsubversion = !
histedit = ~/.hgext/histedit
mercurial_keyring =
pager =
prompt = ~/.hgext/hg-prompt/prompt.py
rebase =
versions =
[color]
status.modified = magenta bold
status.added = green bold
status.removed = red bold
status.deleted = cyan bold
status.unknown = bold
status.ignored = bold
[bookmarks]
track.current = True
[pager]
pager = LESS='FRX' less
attend = log, nlog, slog, glog, sglog, diff, heads, in, incoming, out, outgoing, status
[extdiff]
cmd.opendiff = fmdiff
[hostfingerprints]
bitbucket.org = 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe
hg.inqbus.de = 05:d7:61:91:16:0d:78:c6:88:11:21:ce:00:9c:af:34:8d:e2:61:e1
@keimlink
Copy link
Author

keimlink commented Feb 7, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment