[issue280] notify extension does not work in crew

David MENTRE mercurial-bugs at selenic.com
Sat Jun 3 07:05:23 CDT 2006


New submission from David MENTRE <dmentre at linux-france.org>:

I tried to use notify extension but it does not work in my setting (no email is
sent and nothing is printed on stdout). I have exactly the same issue with v0.9.

david at morgana:~/00-poubelle$ hg version
Mercurial Distributed SCM (version 8238a3f039e6)

Copyright (C) 2005 Matt Mackall <mpm at selenic.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
david at morgana:~/00-poubelle$ 
david at morgana:~/00-poubelle$ 
david at morgana:~/00-poubelle$ mkdir repo
david at morgana:~/00-poubelle$ cd repo
david at morgana:~/00-poubelle/repo$ hg init
david at morgana:~/00-poubelle/repo$ echo c >> c
david at morgana:~/00-poubelle/repo$ hg add c
david at morgana:~/00-poubelle/repo$ hg --debug -v commit -mt
c
calling hook commit.notify: hgext.notify.hook
notify: changes have source "None" - skipping
david at morgana:~/00-poubelle/repo$ 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

[email]
from = David MENTRE <dmentre at linux-france.org>
david at morgana:~/00-poubelle/repo$ cat /home/david/00-poubelle/subs
[reposubs]
* = david at morgana
repo = david at morgana

[usersubs]
david at morgana = *

----------
messages: 1468
nosy: dmentre, vadim
priority: bug
status: unread
title: notify extension does not work in crew

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue280>
____________________________________________________



More information about the Mercurial mailing list