Merge "Propagate the exception cause in CherryPickChange#cherryPick"
This commit is contained in:
@@ -334,7 +334,7 @@ public class CherryPickChange {
|
||||
input.allowEmpty,
|
||||
input.allowConflicts);
|
||||
} catch (MergeIdenticalTreeException | MergeConflictException e) {
|
||||
throw new IntegrationConflictException("Cherry pick failed: " + e.getMessage());
|
||||
throw new IntegrationConflictException("Cherry pick failed: " + e.getMessage(), e);
|
||||
}
|
||||
|
||||
try (BatchUpdate bu = batchUpdateFactory.create(project, identifiedUser, timestamp)) {
|
||||
|
||||
Reference in New Issue
Block a user