Merge "PatchSetInserter must reindex the updated change"
This commit is contained in:
@@ -317,7 +317,7 @@ public class PatchSetInserter {
|
||||
db.rollback();
|
||||
}
|
||||
CheckedFuture<?, IOException> f =
|
||||
mergeabilityChecker.updateAndIndexAsync(change);
|
||||
mergeabilityChecker.updateAndIndexAsync(updatedChange);
|
||||
if (runHooks) {
|
||||
hooks.doPatchsetCreatedHook(updatedChange, patchSet, db);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user