Skip to content

Instantly share code, notes, and snippets.

@toomasr
Created December 2, 2013 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save toomasr/142ffc6c206430a9e6fe to your computer and use it in GitHub Desktop.
Save toomasr/142ffc6c206430a9e6fe to your computer and use it in GitHub Desktop.
My .hgrc
toomasr@cigarillo-2 ~/tmp/sto2 » cat ~/.hgrc
[ui]
username=Toomas Romer <toomas@zeroturnaround.com>
[extensions]
histedit =
rebase=
graphlog=
hgext.extdiff =
purge=
progress=
color=
graphlog=
pager=
shelve=
prompt = /Users/toomasr/projects/hg-prompt/prompt.py
strip=
[extdiff]
cmd.opendiff = fmdiff
[web]
cacerts = /etc/hg-dummy-cert.pem
[alias]
blame = annotate --user -c
[pager]
pager = LESS='FSRX' less
attend = cat, diff, glog, log, incoming, outgoing, lg, show, lg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment