From 981b016bcdabf3314a8dbd3b30b8f2b6a70123c4 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 21 Feb 2013 17:27:49 +0900 Subject: [PATCH] Add DRAFT change state to JSON documentation Change-Id: Ia13b3c8f2d6e02aa5d1388e25f517ba3f49f2ff2 --- Documentation/json.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/json.txt b/Documentation/json.txt index c7b49b9bb6..3659ed31c7 100644 --- a/Documentation/json.txt +++ b/Documentation/json.txt @@ -44,6 +44,8 @@ status:: Current state of this change. NEW;; Change is still being reviewed. + DRAFT;; Change is a draft change that only consists of draft patchsets. + SUBMITTED;; Change has been submitted and is in the merge queue. It may be waiting for one or more dependencies.