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:
@@ -106,6 +106,9 @@ public class HgImportHandler extends AbstactImportHandler
|
|||||||
handler.setWebParameter(web);
|
handler.setWebParameter(web);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// issue-97
|
||||||
|
handler.registerMissingHook(c, repositoryName);
|
||||||
|
|
||||||
INIConfigurationWriter writer = new INIConfigurationWriter();
|
INIConfigurationWriter writer = new INIConfigurationWriter();
|
||||||
|
|
||||||
writer.write(c, hgrc);
|
writer.write(c, hgrc);
|
||||||
|
|||||||
Reference in New Issue
Block a user