using external commit hooks to kick off build

Christian Ebert blacktrash at gmx.net
Wed Mar 28 09:38:27 CDT 2007


* Sean on Wednesday, March 28, 2007 at 23:35:18 +1000:
> I've got this in mercurial.ini
>
> [hooks]
> commit =
> commit.build = python:hghooks.buildhook.mybuild
>
> and the file is called: buildhook.py

and should reside in

$PYTHONPATH/hghooks/

(or windows backslashes, but I don't know about windows, and I
don't know how you handle $PYTHONPATH on windows either)

As I said, you can test from the Python interpreter/shell whether
the import works.

c
-- 
_B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>


More information about the Mercurial mailing list