Merge changes from topic 'revert-of'

* changes:
  Add revertOf to ChangeIndex
  Add revertOf to ChangeInfo and populate it when /revert is called
  Add revertOf to ReviewDb and NoteDb
This commit is contained in:
Edwin Kempin
2017-07-27 16:44:21 +00:00
committed by Gerrit Code Review
27 changed files with 274 additions and 20 deletions

View File

@@ -48,6 +48,7 @@ public class ChangeInfo {
public Boolean isPrivate;
public Boolean workInProgress;
public Boolean hasReviewStarted;
public Integer revertOf;
public int _number;