Mercurial config

This commit is contained in:
Eryn Wells 2014-01-21 08:25:20 -08:00
parent 39aa41fb2d
commit 271b7475fe

18
hgrc Normal file
View file

@ -0,0 +1,18 @@
[ui]
username = Eryn Wells <eryn@erynwells.me>
verbose = True
editor = vim
[alias]
s = status
lg = !$HG log --style=compact | less
[extensions]
children =
color =
graphlog =
mq =
pager =
[pager]
pager = LESS='FRX' less