.hgrc

Sun, 22 Dec 2019 14:11:10 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 22 Dec 2019 14:11:10 -0600
changeset 845
682c71a60aad
parent 844
d82511ead246
child 881
a5b3b7b6850c
permissions
-rw-r--r--

Move log templates & colors to include file

[ui]
username    = Meredith Howard <mhoward@roomag.org>
merge       = vimdiff
logtemplate = "{logcust}"

[extensions]
rebase =
shelve =
histedit =

[pager]
pager = LESS='FSRXi' less

[alias]
fetch   = pull --rebase
rec     = commit -i
record  = commit -i
crecord = !hg commit -i --config ui.interface=curses
unrec   = revert -iC
ctags   = !~/bin/git-ctags
glog    = log -G
draft   = log -r 'reverse(not public())'

[merge-tools]
vimdiff.executable = vim
vimdiff.args       = -d -c 'hid|hid' $base $local $output $other
vimdiff.check      = changed, conflicts

[diff]
git      = true
showfunc = true

%include ~/.hgrc.logtemplates
%include ~/.hgext/hgrc
%include ~/.hgrc.local

mercurial