rename python hook

This commit is contained in:
Sebastian Sdorra
2011-07-21 20:37:12 +02:00
parent 5f1c5ded4e
commit b1606535a6
2 changed files with 9 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ public class HgHookScriptFilter extends HttpFilter
IOUtil.mkdirs(cgiDirectory);
File hgHookScript = new File(cgiDirectory, "hg-hook.py");
File hgHookScript = new File(cgiDirectory, "scmhooks.py");
if (logger.isDebugEnabled())
{