rename hook.py to scmhooks.py

This commit is contained in:
Sebastian Sdorra
2012-02-12 17:18:04 +01:00
parent 0d8fbf250c
commit f41f3274b9
2 changed files with 1 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ import java.io.File;
public enum HgPythonScript public enum HgPythonScript
{ {
BLAME("blame.py"), CHANGELOG("changelog.py"), FILELOG("filelog.py"), BLAME("blame.py"), CHANGELOG("changelog.py"), FILELOG("filelog.py"),
UTIL("util.py"), HOOK("hook.py"), HGWEB("hgweb.py"); UTIL("util.py"), HOOK("scmhooks.py"), HGWEB("hgweb.py");
/** Field description */ /** Field description */
private static final String BASE_DIRECTORY = private static final String BASE_DIRECTORY =