if (abort) {
throw new IllegalStateException("Use executeAbort() instead");
}
try {
RebaseConflictResolvingContext result = new RebaseConflictResolvingContext(
this);
result.processStream(launchStream("-y", "--tool", "internal:fail"));
return result;
} catch (IOException e) {
throw new RuntimeIOException(e);
}
}