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
Bernhard F.W. Gschaider 91810a7c6d First version of a vagrant box for testing OF in a clean environment
--HG--
branch : bgschaid/feature/vagrantSandboxBranch
2013-09-04 14:49:25 +02:00

35 lines
845 B
Text

[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'