ChangeScreen2: mark patch sets with draft comments in revision list

Bug: Issue 2072
Change-Id: I10294b78cd3d832b5b64b146286f9368e12fa87b
This commit is contained in:
David Ostrovsky
2013-09-30 21:36:09 +02:00
committed by David Pursehouse
parent a92fc47ef4
commit 17d0d337aa
8 changed files with 51 additions and 3 deletions

View File

@@ -43,7 +43,10 @@ public enum ListChangesOption {
CURRENT_ACTIONS(10),
/** Set the reviewed boolean for the caller. */
REVIEWED(11);
REVIEWED(11),
/** Include draft comments for the caller. */
DRAFT_COMMENTS(12);
private final int value;