I would like to setup hg hooks for some actions done by mq extension. For example when I do
hg qnew
I would like to use post-review to create a new review request in our reviewboard server. I would also like to make a hook that updates the diff if you do
hg qrefresh
Is this possible?