This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/vagrantSandbox/skel/.hgrc

36 lines
845 B
Text
Raw Permalink Normal View History

[ui]
merge = emacs
editor = emacs
[extensions]
color =
fetch =
graphlog =
hgk =
keyword =
pager =
transplant =
purge =
rebase =
bookmarks =
extdiff =
interhg =
highlight =
progress =
[diff]
git=1
nodates=1
[pager]
pager = LESS='FSRX' less
attend = help,annotate, cat, diff, export, glog, log, qdiff, incoming, outgoing,interdiff,slog,rlog
[merge-tools]
emacs.args = -q --eval "(require 'ediff)" --eval "(setq ediff-window-setup-function 'ediff-setup-windows-plain)" --eval "(add-hook 'ediff-quit-hook 'save-buffers-kill-emacs)" --eval "(ediff-merge-with-ancestor \""$local"\" \""$other"\" \""$base"\" nil \""$output"\")"
[alias]
slog = log --template '{rev}:{node|short} {date|age} {author|email}: {desc|firstline}\n'
rlog = log -r : --template '{rev}:{node|short} {date|shortdate} {author|user}: Statistics: {diffstat}\n{desc}\n\n'