On Wed, Sep 24, 2008 at 03:42:32PM -0600, Mark J. Nelson wrote: > > 2. For local project gate, > > a. How to I setup notification for every pull/push > > to the project gate (similar to teamware > > Codemgr_wsdata/notification)?. > > See the hooks in > ssh://anon at hg.opensolaris.org//hg/scm-migration/onnv-gk-tools, but don't > enable any of them on your repo until you know what they do, and have > made sure they won't be sending mail to/from the ON gatekeepers, and > that you won't attempt to push to the onnv-gate repo on opensolaris.org.
You can also use the notify extension to mercurial, which is documented in the source in /usr/lib/python2.4/vendor-packages/hgext/notify.py. Danek