.hgrc

Sat, 07 Feb 2015 01:47:55 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 07 Feb 2015 01:47:55 -0500
changeset 166
7d0c758c7a4d
parent 80
e2d834280dae
child 84
04dfcc1f5eb6
child 198
a4b45bcb4ba9
permissions
-rw-r--r--

default to rebase w/ pull

[ui]
username = Meredith Howard <mhoward@roomag.org>
merge = vimdiff

[extensions]
hgext.graphlog = 
mq = 
rebase = 
color = 
record = 
pager =
progress = 
fetch = 
flow = $HOME/.hgext/hgflow.py

[pager]
pager = LESS='FSRX' less

[alias]
fetch = pull --rebase

[merge-tools]
vimdiff.executable = vim
vimdiff.args = -d $base $local $output $other +close +close
vimdiff.check = changed, conflicts


%include ~/.hgrc.local

mercurial