How can I send out diff's of submitted changes to the entire project whenever someone commits a chan
        Posted  
        
            by Alex 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alex 
        
        
        
        Published on 2010-05-31T14:15:39Z
        Indexed on 
            2010/05/31
            14:33 UTC
        
        
        Read the original article
        Hit count: 490
        
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.
© Stack Overflow or respective owner