Merge branch 'stable-2.9' into stable-2.10
* stable-2.9: Minor updates in 2.9 release notes RebaseChange: Fix typo Change-Id: If3d6656f1b31b718322d1a322bad93a98a93d256
This commit is contained in:
@@ -185,7 +185,7 @@ public class RebaseChange {
|
||||
|
||||
if (patchSetAncestors.size() > 1) {
|
||||
throw new IOException(
|
||||
"Cannot rebase a change with multiple parents. Parents commits: "
|
||||
"Cannot rebase a change with multiple parents. Parent commits: "
|
||||
+ patchSetAncestors.toString());
|
||||
}
|
||||
if (patchSetAncestors.size() == 0) {
|
||||
|
Reference in New Issue
Block a user