return getReturnCode() == 0;
}
public MergeContext execute() throws IOException {
MergeContext result = new MergeContext(this);
result.processStream(launchStream("-y", "--tool", "internal:fail"), false);
return result;
}
@Override
public boolean isSuccessful() {