Merge branch 'stable-2.9'
* stable-2.9: MergeabilityChecker: Fix isStale() optimization Change-Id: I23e439069d36177d13cbb8cae3694729c34a43ac
This commit is contained in:
commit
9d466d319b
@ -415,6 +415,7 @@ public final class Change {
|
||||
subject = other.subject;
|
||||
topic = other.topic;
|
||||
mergeable = other.mergeable;
|
||||
lastSha1MergeTested = other.lastSha1MergeTested;
|
||||
}
|
||||
|
||||
/** Legacy 32 bit integer identity for a change. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user