* David Bustos <[EMAIL PROTECTED]> [2008-07-25 03:43]: > It seems that when it processes multiple changesets in a push, it just > concatenates all of the templated descriptions together. So I presume > we should just develop a standard notification script?
I have used an hgrc like that included below, but I can't recall whether I tested the changegroup hook or not. I did use the standard template. - Stephen ---- [extensions] hgext.notify = [hooks] # one email for each incoming changeset incoming.notify = python:hgext.notify.hook # batch emails when many changesets incoming at one time # changegroup.notify = python:hgext.notify.hook [email] from = Gate Address <[EMAIL PROTECTED]> [smtp] host = localhost [notify] sources = serve push pull bundle diffstat = False test = False config = /zeta1/proto/pgate/.hg/notifycfg domain = sgc.mil maxdiff = -1 and a notifycfg for [usersubs] [EMAIL PROTECTED] = * [EMAIL PROTECTED] = * [EMAIL PROTECTED] = * -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org