"MSG_EXTERNAL_CLONE_TO", target)); // NOI18N
}
logger.output(""); // NOI18N
doInit(repo, source, logger);
FetchResult r = doFetch(repo, logger);
Ref branch = r.getAdvertisedRef(Constants.HEAD);
if (branch == null) {
this.cancel();
}
doCheckout(repo, branch, logger);