Documentation: remove submitted status from user search and review

The submitted status is gone.

Change-Id: Ia9b6a49cca8c8f3254aeecbc501384dc5b75a937
Signed-off-by: Stefan Beller <sbeller@google.com>
This commit is contained in:
Stefan Beller
2016-03-07 11:15:26 -08:00
committed by David Pursehouse
parent 2f608f55a5
commit 7bf178c4fe
2 changed files with 1 additions and 9 deletions

View File

@@ -186,10 +186,6 @@ change is merged into the destination branch.
The `Submit` button is available if the change is submittable and The `Submit` button is available if the change is submittable and
the link:access-control.html#category_submit[Submit] access right is the link:access-control.html#category_submit[Submit] access right is
assigned. assigned.
+
It is also possible to submit changes that have merge conflicts. This
allows to do the conflict resolution for a change series in a single
merge commit and submit the changes in reverse order.
** [[abandon]]`Abandon`: ** [[abandon]]`Abandon`:
+ +

View File

@@ -299,7 +299,7 @@ is:closed::
+ +
True if the change is either merged or abandoned. True if the change is either merged or abandoned.
is:submitted, is:merged, is:abandoned:: is:merged, is:abandoned::
+ +
Same as <<status,status:'STATE'>>. Same as <<status,status:'STATE'>>.
@@ -320,10 +320,6 @@ Same as 'is:reviewed', matches if any user has commented on the change
more recently than the last update (comment or patch set) from the more recently than the last update (comment or patch set) from the
change owner. change owner.
status:submitted::
+
Change has been submitted, but is waiting for a dependency.
status:closed:: status:closed::
+ +
True if the change is either 'merged' or 'abandoned'. True if the change is either 'merged' or 'abandoned'.