fix missing hooks of mercurial repository import

This commit is contained in:
Sebastian Sdorra
2012-02-23 18:13:19 +01:00
parent 7ab0b5950e
commit e81f8928e2

View File

@@ -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();