Webhooks extension for Mercurial
Project description
- This hook emulates bitbucket’s POST Service. Remote services receive a
HTTP POST with information about a changeset encoded in JSON.
Configure this hook in hgrc, it cares about the following values:
[web] baseurl = http://hg.project-x.example/repo
[webhooks] urls = http://service1/webhooks/bitbucket, http://service2/post/bb name = Project X
[hooks] changegroup.webhooks = python:webhooks.hook