The BugNet hook documentation is slightly off, the hook you want to subscribe to will depend on your developer setup.
If you have a central server on which you can control the hgrc then you can use the changegroup hook as shown here. If you have a local clone of the repository and want to have revisions recorded you should either use the commit hook which will log revisions on each commit or you should use the outgoing hook which will log revisions after each push.
↧