From fbc1fab68d14585f0a4bc69fe213c010e0bbc4de Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Mon, 19 Apr 2010 09:14:29 +0200 Subject: [PATCH] Added the Mercurial hook connection to run on groupchange. --- src/IDF/relations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/IDF/relations.php b/src/IDF/relations.php index 68c5b04..c4166a8 100644 --- a/src/IDF/relations.php +++ b/src/IDF/relations.php @@ -68,6 +68,8 @@ Pluf_Signal::connect('IDF_Project::created', array('IDF_Plugin_SyncMercurial', 'entry')); Pluf_Signal::connect('Pluf_User::passwordUpdated', array('IDF_Plugin_SyncMercurial', 'entry')); +Pluf_Signal::connect('hgchangegroup.php::run', + array('IDF_Plugin_SyncMercurial', 'entry')); # # Git synchronization