notification on windows http server doesn't work
Mads Kiilerich
mads at kiilerich.com
Thu Oct 28 12:09:48 UTC 2010
On 10/28/2010 11:47 AM, Fabienne Christ wrote:
> Hello,
>
> I try to setup notification from a windows server.
>
> When I push from a repository located on the server it works, but when I
> push from a client thru http, the notification hook isn't activated.
> Does anyone have an idea where the problem could be ?
Can hg read this Mercurial.ini and notify.conf when run by the web
server user?
/Mads
> Here is the content of <mercurial_install_path>/Mercurial.ini:
>
> [smtp]
> host = mymailServer
>
> [email]
> from = myMailAdress
>
> [extensions]
> hgext.notify =
>
> [hooks]
> changegroup.notify = python:hgext.notify.hook
>
> [notify]
> sources = serve push pull bundle
> test = False
> config = E:\hgdata\sandbox\notify.conf
> template = \ndetails: {baseurl}{webroot}/rev/{node|short}\nchangeset:
> {rev}:{node|short}\nuser: {author}\ndate:
> {date|date}\ndescription:\n{desc}\n
> maxdiff = 1000
>
> [web]
> baseurl = http://myurl
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
More information about the Mercurial
mailing list