doc-el commit 973:42814b2bf4f5 - admin: reorganize hgrc a bit an...

freebsd-doc-el at lists.hellug.gr freebsd-doc-el at lists.hellug.gr
Tue Oct 28 06:22:43 EET 2008


changeset: 973:42814b2bf4f5
user:      keramida
date:      2008-10-28 06:22 +0200
details:   http://hg.hellug.gr/freebsd/doc-el/?cmd=changeset;node=42814b2bf4f5

description:
	admin: reorganize hgrc a bit and split it into two rough sections

diffs (42 lines):

diff -r 600151186789 -r 42814b2bf4f5 hgadmin/conf/hgrc
--- a/hgadmin/conf/hgrc	Tue Oct 28 06:03:11 2008 +0200
+++ b/hgadmin/conf/hgrc	Tue Oct 28 06:22:32 2008 +0200
@@ -1,19 +1,21 @@
+# -------------------- misc repository options -------------------------
+
+[extensions]
+notify =
+
 [web]
 contact = Giorgos Keramidas
 description = Greek FreeBSD doc/ translation tree (integration tree)
 encoding = iso-8859-7
 style = gitweb
 
-[extensions]
-notify =
+[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
 
-[hooks]
-# Enable either changegroup or incoming.
-# changegroup will send one email for each push,
-# whereas incoming sends one email per changeset.
-#
-#changegroup.notify = python:hgext.notify.hook
-incoming.notify = python:hgext.notify.hook
+# -------------------- commit mail options -----------------------------
 
 [email]
 from = freebsd-doc-el at lists.hellug.gr
@@ -37,6 +39,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-email subscriptions.
+# Commit-mail subscriptions.
 [usersubs]
 freebsd-doc-el at lists.hellug.gr = **




More information about the Freebsd-doc-el mailing list