On my remote server that hosts all mercurial repos (+100) I want to define a global hook. That is, after a commit to any of the repos a certain action is suppose to take place (actually a post request should be triggered).
I know that I can define a hook in every single repo but considering the amount of repos this not an option. Is there a way to define the hook globally?