.hgrc

Wed, 07 Jun 2017 14:04:14 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 07 Jun 2017 14:04:14 -0700
changeset 596
8de875515620
parent 591
2ee456c483b0
child 597
bcc7823e8991
permissions
-rw-r--r--

Update for current neomutt

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

[extensions]
color =
graphlog =
pager =
progress =
churn =
rebase =
record =
shelve =
histedit =
schemes =

[pager]
pager = LESS='FSRXi' less

[alias]
fetch = pull --rebase
ctags = !~/bin/git-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 ~/.hgext/hgrc
%include ~/.hgrc.local

mercurial