fix mercurial environment for push and pull commands

This commit is contained in:
Sebastian Sdorra
2013-05-15 21:31:48 +02:00
parent 078328226e
commit b0d917d903
13 changed files with 349 additions and 89 deletions

View File

@@ -280,7 +280,7 @@ public class HgHookCallbackServlet extends HttpServlet
repositoryManager.fireHookEvent(HgRepositoryHandler.TYPE_NAME,
repositoryName,
new HgRepositoryHookEvent(handler, repositoryName, node, type));
new HgRepositoryHookEvent(handler, hookManager, repositoryName, node, type));
}
catch (RepositoryNotFoundException ex)
{