[issue502] A problem in NotifyExtension (Solaris 9)

Baechul mercurial-bugs at selenic.com
Wed Feb 14 00:33:13 UTC 2007


New submission from Baechul <baechulkim at hotmail.com>:

v0.9.3

In addition to this fail, the error message is not very useful to figure what 
was going.

/home/baechul/projects/ccmf/we2-) hg push ../we1
pushing to ../we1
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
/bin/sh: diffstat: not found
error: changegroup.notify hook raised an exception: cannot concatenate 'str' 
and 'NoneType' objects
/bin/sh: diffstat: not found
error: incoming.notify hook raised an exception: cannot concatenate 'str' 
and 'NoneType' objects

Here is my hgrc file

[extensions]
hgext.patchbomb=
hgext.notify=

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

[web]
baseurl=http://xxx:8080/ccmf

[email]
from=Baechul<baechul at xxx.com>
to=baechul at xxx.com
cc=baechul at xxx.com
method=smtp

[smtp]
host=smtp.gmail.com
port=587
username=xxx
password=xxx
tls=True

[notify]
sources=serve push pull bundle
test=False
config=/xxx/sfile

And the following is from "/xxx/sfile" file.

[usersubs]
baechul at xxx.com=*

[reposubs]
*=baechul at xxx.com

----------
messages: 2764
nosy: baechul
priority: bug
status: unread
title: A problem in NotifyExtension (Solaris 9)

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




More information about the Mercurial-devel mailing list