hedgehog lab

Sarat Pediredla

Mercurial integration with fixx

by Sarat Pediredla

Since it seems that it is Source Control week at the Lab, with the Subversion post commit hook and Git post commit hook released by Damian in the past few days, I decided to add Mercurial integration for fixx.

The script is a post commit hook for Mercurial and works on the same concepts as the Subversion and Git scripts. Grab the script here.

Damian Nicholson

Git Integration with fixx

by Damian Nicholson

I decided that since I’m quite familiar with git, that it shouldn’t take too long to adapt the previous Subversion to fixx hook script to play nicely with git. You can find it here

The instructions for using this script to post your commit logs/messages to fixx are very much the same as that highlighted in the previous article. Just make sure to place this in the .git/hooks/post-commit of your repository and your good to go(after chmod’ing it ofcourse).

Next on the list – mercurial integration, so watch this space…