.hgrc

Fri, 30 Oct 2015 00:53:03 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 30 Oct 2015 00:53:03 -0400
changeset 222
1dc0597fe712
parent 219
9ab4c7db4b3a
child 254
bb7fdde50da2
permissions
-rw-r--r--

Nicer diffs

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

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

[pager]
pager = LESS='FSRX' less

[alias]
fetch = pull --rebase
ctags = !~/.hg_helpers/ctags

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

[diff]
git = true
showfunc = true

[committemplate]
changeset = {desc}\n\n
    HG: {extramsg}
    HG: user: {author}\n{ifeq(p2rev, "-1", "",
   "HG: branch merge\n")
   }HG: branch '{branch}'\n{if(currentbookmark,
   "HG: bookmark '{currentbookmark}'\n")  }{subrepos %
   "HG: subrepo {subrepo}\n"              }
   {splitlines(diff()) % 'HG: {line}\n'}

%include ~/.hgrc.local

mercurial