Issue to setup email notification

David MENTRE dmentre at linux-france.org
Fri May 12 11:10:51 CDT 2006


Hello Vadim,

"Vadim Gelfer" <vadim.gelfer at gmail.com> writes:

> sorry, there is bug in mercurial with extensions in .hg/hgrc. it does
> not load them.
>
> see http://www.selenic.com/mercurial/bts/issue222

Ok.

> your config all looks correct, it is just that bug is stopping you.

Well, it does not seem so. Even after putting my confing into ~/.hgrc,
notify still does not work. Each time I do a commit, no email
notification is displayed. Is there a way to activate more debug
messages, to see what is going on?

$ cat ~/.hgrc

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

[extensions]
hbisect=
notify =

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

[notify]
test = True
config = /home/david/00-poubelle/subs

$ cat /home/david/00-poubelle/subs
[reposubs]
#   # key is glob pattern, value is ","-separated list of subscriber emails
* = david at morgana
repo = david at morgana


~/00-poubelle/repo$ echo b > c
~/00-poubelle/repo$ hg ci -m "t"
 [ no message here, neither email ]


Best wishes,
david
-- 
pub  1024D/A3AD7A2A 2004-10-03 David MENTRE <dmentre at linux-france.org>
 5996 CC46 4612 9CA4 3562  D7AC 6C67 9E96 A3AD 7A2A



More information about the Mercurial mailing list