This is my mercurial configuration (~/.hgrc)
[ui]
username = Foo Bar <foobar@example.com>
merge = emacs
[extensions]
pager =
rebase =
churn =
hgshelve = ~/.hg.d/hgshelve.py
keyword =
fetch =
activity=~/.hg.d/hgactivity/activity.py
mq =
hg_histedit=~/.hg.d/hg_histedit.py
color =
[diff]
git = on
[pager]
pager = LESS='FSRX' less
attend = glog
[keywordmaps …