mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
fix mercurial environment for push and pull commands
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user