notify seems not to work when pushing to github

Uwe Brauer oub at mat.ucm.es
Sun Jan 15 13:53:19 UTC 2023


Hi

I used the following well tested (for hg repositories) configuration

,----
| [hooks]
| incoming.notify = python:hgext.notify.hook
| outgoing.notify = python:hgext.notify.hook
| 
| [notify]
| test = False
| strip = 11
| template = Subject: [matlab-hoja1] {desc} {webroot|strip}\n
|   branches:  {branches}
|   changeset: {rev}:{node|short}
|   user:      {author}
|   date:      {date|date}
|   description:   {desc}\n
| 
| [reposubs]
| * = Uwe Brauer <oub at mat.ucm.es>
`----

And the relevant smtp setting that I am not going to copy here, but I
ensure you it is tested when pushing say to helix

But when I pushed to github I only saw


,----
| pushing to git at github.com:ouboub/matlab-hoja1.git
| Warning: Permanently added 'github.com,140.82.121.4' (ECDSA) to the list of known hosts.
| searching for changes
| adding objects
| added 1 commits with 1 trees and 1 blobs
| updating reference refs/heads/default
`----

But no message of the type 
,----
| notify: sending 1 subscribers 1 changes
`----

Which usually appears showed up.


Any idea, what is the problem?

Regards

Uwe Brauer
-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5673 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20230115/8e2cc8da/attachment.p7s>


More information about the Mercurial mailing list