mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
fix missing hooks of mercurial repository import
This commit is contained in:
@@ -105,6 +105,9 @@ public class HgImportHandler extends AbstactImportHandler
|
||||
repository.setContact(web.getParameter("contact"));
|
||||
handler.setWebParameter(web);
|
||||
}
|
||||
|
||||
// issue-97
|
||||
handler.registerMissingHook(c, repositoryName);
|
||||
|
||||
INIConfigurationWriter writer = new INIConfigurationWriter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user