I'm struggling to get the mercurial hook script for The Bug Genie working under windows, it can be found here : TheBugGenie:Addons:VCSMercurial
The hook seems to fire but the command prompt rapidly disappears with the error message (probably) in it.
I've never done python, but I've tried adding some code like
os.system('ipconfig > F:\\xyz')
to test if the code is actually running, with no success.
Can I get some help?