Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BitBucket colored diff email service

Does anyone know about anyway to send out colored diffs of commits in bitbucket? I reckon you can do that by pushing out a HTTP call to your own server, but I need a solution in case you do not have your own server to rely on.

I am a big fan of SVN::Notify, so I would like to find some similar for git/mercurial commits in Bitbucket.

Any ideas welcome!

Thanks.

like image 457
bruno.braga Avatar asked Jul 30 '26 22:07

bruno.braga


1 Answers

Ended up needing to do this, so I built a HTTP wrapper on Google App Engine to send me colored emails, using pygments:

https://bitbucket.org/brunobraga/bitbucket-color-diff

enter image description here

Suggestions, comments, welcome!

like image 154
bruno.braga Avatar answered Aug 02 '26 13:08

bruno.braga