notify howto?

Brendan Cully brendan at kublai.com
Tue Jan 29 12:16:22 CST 2008


There's a wiki page at
http://www.selenic.com/mercurial/wiki/index.cgi/NotifyExtension

at first glance, I can see that you haven't enabled the hook properly.
You want something like:

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

On Monday, 28 January 2008 at 14:14, Neal Becker wrote:
> I'm trying to setup notify.
> 
> I did:
> 
> myrepo/.hg/hgrc:
> --------
> [extensions]
> hgext.notify =
> 
> [notify]
> config = /absolute-path-to-repo/.hg/notify.conf
> test = True
> hooks = python:hgext.notify.hook
> ---------
> 
> myrepo/.hg/notify.conf:
> ---------
> [usersubs]
> nbecker at hns.com = *
> ---------
> 
> Then I did an hg push (via ssh) to this repo.
> No error message, but no email either.
> 
> Any hints?
> 
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial


More information about the Mercurial mailing list