doc-el commit 976:cf95174438c0 - Merge from keramida

freebsd-doc-el at lists.hellug.gr freebsd-doc-el at lists.hellug.gr
Tue Oct 28 17:12:50 EET 2008


changeset: 976:cf95174438c0
user:      Manolis Kiagias <sonicy at otenet.gr>
date:      2008-10-28 11:52 +0200
details:   http://hg.hellug.gr/freebsd/doc-el/?cmd=changeset;node=cf95174438c0

description:
	Merge from keramida

diffstat:

1 file changed, 44 insertions(+)
hgadmin/conf/hgrc |   44 ++++++++++++++++++++++++++++++++++++++++++++

diffs (48 lines):

diff -r 4950b998ee61 -r cf95174438c0 hgadmin/conf/hgrc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgadmin/conf/hgrc	Tue Oct 28 11:52:37 2008 +0200
@@ -0,0 +1,44 @@
+# -------------------- misc repository options -------------------------
+
+[extensions]
+notify =
+
+[web]
+contact = Giorgos Keramidas
+description = Greek FreeBSD doc/ translation tree (integration tree)
+encoding = iso-8859-7
+style = gitweb
+
+[hooks]
+# changegroup will send one email for each push
+#changegroup.notify = python:hgext.notify.hook
+# incoming sends one email per changeset
+incoming.notify = python:hgext.notify.hook
+
+# -------------------- commit mail options -----------------------------
+
+[email]
+from = freebsd-doc-el at lists.hellug.gr
+charsets = iso-8859-7, utf-8
+
+[smtp]
+host = localhost
+
+# The web.baseurl points to the full web URI of the repository, so we
+# only use {baseurl} in the notify template.  Please keep the trailing
+# slash character "/", otherwise the URIs included in the commit email
+# will be broken.
+[web]
+baseurl = http://hg.hellug.gr/freebsd/doc-el/
+
+[notify]
+sources = serve push pull bundle
+test = False
+diffstat = True
+strip = 6
+maxdiff = 300
+template = From: freebsd-doc-el at lists.hellug.gr\nSubject: doc-el commit {rev}:{node|short} - {desc|firstline|strip}\n\nchangeset: {rev}:{node|short}\nuser:      {author}\ndate:      {date|isodate}\ndetails:   {baseurl}?cmd=changeset;node={node|short}\n\ndescription:\n\t{desc|tabindent|strip}\n
+
+# Commit-mail subscriptions.
+[usersubs]
+freebsd-doc-el at lists.hellug.gr = **




More information about the Freebsd-doc-el mailing list