Add revertOf to ChangeInfo and populate it when /revert is called

Change-Id: I10c16c667e4bbb61d35a6c7b6be917fc595ab3ec
This commit is contained in:
Patrick Hiesel
2017-07-13 14:18:38 +02:00
parent 0a6eb6a52b
commit 828f322d55
7 changed files with 19 additions and 0 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;