@NotNull VirtualFile[] affectedFiles) {
try {
command.executeCommand(mksVcs, exceptions, affectedFiles);
} catch (VcsException e) {
//noinspection ThrowableInstanceNeverThrown
exceptions.add(new MksVcsException(/*"Unable to obtain file status"*/ e.getMessage(), e));
}
WindowManager.getInstance().getStatusBar(project)
.setInfo(MessageFormat.format(MksBundle.message("action.complete"), getActionName(mksVcs)));
}