doc-el commit 969:596a672b8384 - Strip hardcoded header-from fro...
freebsd-doc-el at lists.hellug.gr
freebsd-doc-el at lists.hellug.gr
Tue Oct 28 05:19:05 EET 2008
changeset: 969:596a672b8384
user: keramida
date: 2008-10-28 05:18 +0200
details: http://hg.hellug.gr/freebsd/doc-el/?cmd=changeset;node=596a672b8384
description:
Strip hardcoded header-from from the commit email template
The notify extension uses email.from as the sender address of
outgoing email. We don't need to manually set it in notify.template
anymore. The template line is far too long already, so this may
reduce the 'diff noise' a bit.
diffs (9 lines):
diff -r 988f3ac626dc -r 596a672b8384 hgadmin/conf/hgrc
--- a/hgadmin/conf/hgrc Tue Oct 28 05:03:00 2008 +0200
+++ b/hgadmin/conf/hgrc Tue Oct 28 05:18:52 2008 +0200
@@ -36,4 +36,4 @@
strip = 6
config = .hg/notify.conf
maxdiff = 300
-template = Subject: doc-el commit {rev}:{node|short} - {desc|firstline|strip}\nFrom: freebsd-doc-el at lists.hellug.gr\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
+template = Subject: 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
More information about the Freebsd-doc-el
mailing list