relativePaths[i++] = entry.getKey().getRelativePath(file, '/');
}
final ResyncCommand resyncCommand =
new ResyncCommand(exceptions, mksVcs, entry.getKey().sandboxPath, relativePaths);
resyncCommand.execute();
}
}
@NotNull
public String getActionName(@NotNull AbstractVcs vcs) {