From 80fa0b62046fc4d1ac6561128f9f76097f59c12a Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Fri, 4 Sep 2015 16:28:50 -0700 Subject: [PATCH] Remove documentation reference to submitted, merge pending The "Submitted, Merge Pending" state no longer exists. Fix stale references in search documentation so its clear the is:pending and status:pending are just aliases for is:open and status:open. Change-Id: Ieaa460a5bf5d05c4f951c42d4e90c7b6c6892ad9 --- Documentation/user-search.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/user-search.txt b/Documentation/user-search.txt index bb60a7e131..8476f7ed0e 100644 --- a/Documentation/user-search.txt +++ b/Documentation/user-search.txt @@ -283,7 +283,7 @@ Same as `reviewer:self`. is:open, is:pending:: + -True if the change is either open or submitted, merge pending. +True if the change is open. is:draft:: + @@ -306,8 +306,7 @@ destination branch. [[status]] status:open, status:pending:: + -True if the change state is either 'review in progress' or 'submitted, -merge pending'. +True if the change state is 'review in progress'. status:reviewed:: +