changeset 0:d8dd5026adee

Init (finally)
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 13 Nov 2013 13:43:44 -0500
parents
children 22407e2542e0
files hgrc
diffstat 1 files changed, 91 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/hgrc
@@ -0,0 +1,91 @@
+[ui]
+username = Jordi GutiƩrrez Hermoso <jordigh@octave.org>
+merge = emacs
+editor = emacswait
+verbosecommit = True
+
+[merge-tools]
+emacs.executable = emacspause
+emacs.args = --eval "(ediff-merge-with-ancestor \""$local"\" \""$other"\" \""$base"\" nil \""$output"\")"
+
+[extensions]
+convert=
+mq=
+record=
+churn=
+purge=
+rebase=
+graphlog=
+highlight=
+color=
+progress=
+patchbomb=
+histedit=
+transplant=
+hgk=
+
+pager =
+hggit = ~/coding/vcs/hg-git/hggit
+crecord= ~/coding/vcs/crecord/crecord
+evolve=~/coding/vcs/evolve/hgext/evolve.py
+
+[pager]
+pager = LESS='FSRX' less
+attend = tags, help, annotate, cat, diff, export, status,\
+         outgoing, incoming, glog, log
+
+[color]
+mode=terminfo
+color.orange = 202
+color.lightyellow = 191
+
+status.modified = magenta bold
+status.added = green bold
+status.removed = red bold
+status.deleted = cyan bold
+status.unknown = black  bold
+status.ignored = black bold
+log.changeset = orange bold
+log.branch = cyan
+log.summary = lightyellow
+log.description = lightyellow
+log.bookmark = green
+
+[tortoisehg]
+authorcolor = True
+
+[subpaths]
+git://git.sv.gnu.org/gnulib = /home/jordi/coding/vcs/gnulib
+
+[diff]
+git = true
+
+[web]
+pygments_style = emacs
+style = paper
+allow_archive = gz zip
+archivesubrepos = true
+
+[email]
+method = smtp
+from = Jordi GutiƩrrez Hermoso <jordigh@octave.org>
+to = mercurial-devel@selenic.com
+cc =
+
+[smtp]
+host = smtp.gmail.com
+tls = starttls
+username = jordigh@gmail.com
+port = 587
+
+## I think this is default now
+[bookmarks]
+track.current = True
+
+## I push and pull a lot with local clones
+[phases]
+publish = False
+
+
+[revsetalias]
+#children($1) = descendants($1) and not $1