notify howto?
Neal Becker
ndbecker2 at gmail.com
Mon Jan 28 13:14:31 CST 2008
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?
More information about the Mercurial
mailing list