Mercurial config
This commit is contained in:
parent
39aa41fb2d
commit
271b7475fe
1 changed files with 18 additions and 0 deletions
18
hgrc
Normal file
18
hgrc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue