Merge branch 'stable-2.9'

* stable-2.9:
  MergeabilityChecker: Fix isStale() optimization

Change-Id: I23e439069d36177d13cbb8cae3694729c34a43ac
This commit is contained in:
David Pursehouse 2014-06-23 10:13:34 +09:00
commit 9d466d319b

View File

@ -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. */