How to send commit informations to a mailing-list ?

David MENTRE dmentre at linux-france.org
Wed Jun 7 17:30:33 CDT 2006


David MENTRE <dmentre at linux-france.org> writes:

>> [web]
>> baseurl = http://your.server.net/
>
> Tried that... but it not help much.

Ok, found it! I was lacking a:
"""
sources = push
"""

BTW, what is the syntax for putting several "sources"?


I was also lacking a:
"""
[smtp]
host = localhost
"""
(why localhost is it not the default?!?)


The ~/.hgrc that works for me:

"""
[ui]
username=David MENTRE <dmentre at linux-france.org>
editor=emacs

[extensions]
hbisect=
notify =

[hooks]
outgoing.notify = python:hgext.notify.hook
changegroup.notify = python:hgext.notify.hook
incoming.notify = python:hgext.notify.hook

[email]
from = David MENTRE <dmentre at linux-france.org>

[smtp]
host = localhost

[web]
baseurl = http://www.linux-france.org/cgi-bin/hgwebdir.cgi

[notify]
test = False
config = /home/david/pub/hg-subscriptions
sources = push
"""



Next step, document all that on the wiki! :-)

Best wishes and thanks for the help,
d.
-- 
GPG/PGP key: A3AD7A2A David MENTRE <dmentre at linux-france.org>
 5996 CC46 4612 9CA4 3562  D7AC 6C67 9E96 A3AD 7A2A


More information about the Mercurial mailing list