mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
rename hook.py to scmhooks.py
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user