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

@@ -106,6 +106,9 @@ public class HgImportHandler extends AbstactImportHandler
handler.setWebParameter(web);
}
// issue-97
handler.registerMissingHook(c, repositoryName);
INIConfigurationWriter writer = new INIConfigurationWriter();
writer.write(c, hgrc);