Mercurial hook fails on Windows
- by Nick Hodges
I am trying to use the headcount hook (https://bitbucket.org/dgc/headcount/overview) with my main develop repository.
I pulled the code and placed it in C:\Python26\Lib\site-packages. I made the following entries into my hgrc file:
[hooks]
pretxnchangegroup.headcount = python:headcount.headcount.hook
[headcount]
push_ok = *
commit_ok = *…