Create symlink from ~/.bash_profile for login shell to activate my ~/.bashrc.
; -*- mode: ini-generic; coding: utf-8 -*-
[ui]
; Who are you?
username = Oleksandr Gavenko <gavenkoa@gmail.com>
; Use internal merge engine. When merge fail you see <<<<<< ====== >>>>>> and a .orig file.
merge = internal:merge
; editor = emacs -q
ignore = ~/.hgignore
style = ~/.hgstyle
[defaults]
log = -v
incoming = -v
outgoing = -v
revert = --no-backup
[alias]
rebasedraft = rebase -s 'draft() & branch(.)' -d 'public() & branch(.)'
[diff]
git = 1
unified = 5
showfunc = 1
[annotate]
ignorews = True
ignorewsamount = True
ignoreblanklines = True
[web]
encoding = utf-8
[extensions]
mq=
eol=
convert=
purge=
shelve=
rebase=
histedit =
record=
; transplant=
; graft=
graphlog=
color=
pager=
progress=
churn=
[mq]
secret=true
[pager]
pager = LESS='RX' less
attend = annotate, cat, diff, export, glog, log, qdiff, tip, in, out
[progress]
; Number of seconds (float) before showing the progress bar.
delay = 2
; Time in seconds between refreshes of the progress bar.
refresh = 0.5
; Format of the progress bar: topic bar number estimate.
format = topic bar number estimate
; Clear the progress bar after it's done.
clear-complete = False
; If true, don't show a progress bar.
disable = False
; If true, ALWAYS show a progress bar, unless disable is given.
assume-tty = False
[trusted]
; http://mercurial.selenic.com/wiki/Trust
; Do not include: nobody.
groups = apache, daemon, www-data