Sorry about the "commit frenzy"

Mark Wielaard mark at klomp.org
Wed Jan 16 07:38:48 PST 2008


Hi,

Sorry about all those commit emails.
They happened because of a 'hg transplant -b default -a' on the cacao
branch. The notify extension that sends the emails doesn't see the
difference between the original commit and the transplanted commit to
the branch.

Currently we are using the default template (which obviously doesn't
show the branch name) as follows:

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

[notify]
sources = serve push pull bundle
test = False
maxdiff = 500

[usersubs]
## key is subscriber email, value is comma-separated list of glob patterns
# We don't want notification of /hg/testrepo, so not included. openjdk
# overrides maxdiff to not send any diffs. The others use the default above.
distro-pkg-dev at openjdk.java.net = /hg/fedora,/hg/icedtea,/hg/openjdk,/hg/icepick

[smtp]
host = localhost

Anybody with a good idea how to improve the notification emails welcome!

Thanks,

Mark




More information about the distro-pkg-dev mailing list