mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
rename hook.py to scmhooks.py
This commit is contained in:
@@ -46,7 +46,7 @@ import java.io.File;
|
||||
public enum HgPythonScript
|
||||
{
|
||||
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 */
|
||||
private static final String BASE_DIRECTORY =
|
||||
|
||||
Reference in New Issue
Block a user