mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
write mercurial hook module on first request
This commit is contained in:
@@ -146,7 +146,7 @@ public class HgCGIServlet extends HttpServlet
|
||||
{
|
||||
throw new ServletException("repository not found");
|
||||
}
|
||||
|
||||
|
||||
String name = repository.getName();
|
||||
File directory = handler.getDirectory(repository);
|
||||
String pythonPath = "";
|
||||
|
||||
Reference in New Issue
Block a user