proj = projectManager.findProject(cloneProj);
}
if (proj != null) {
GitProjectUtils.openProject(proj, this, false);
// TODO: GitModuleConfig.getDefault().getSetMainProject()
git.versionedFilesChanged();
git.refreshAllAnnotations();
} else {
logger.outputInRed(NbBundle.getMessage(CloneAction.class, "MSG_EXTERNAL_CLONE_PRJ_NOT_FOUND_CANT_SETASMAIN")); // NOI18N
}
} catch (IOException ioe) {