How can I send out diff's of submitted changes to the entire project whenever someone commits a chan
- by Alex
I'd like to be able to send all the contributors working on a project a message whenever a commit is made. This way, everyone sees the contribution, and hopefully someone will take a look and spot bugs and whatnot. Furthermore, it provides our bosses with a nice and simple, if a little incomprehensible, way to get an idea of how the project is progressing.
We're using Mercurial right now.