.hgrc

Wed, 01 Feb 2017 19:32:28 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 01 Feb 2017 19:32:28 -0500
changeset 497
5df02ebeedf9
parent 443
e731ef81637c
child 506
2a6899f40b2e
permissions
-rw-r--r--

Tweak pretty fmt

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

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

[pager]
pager = LESS='FSRX' 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 ~/.hgrc.local

mercurial