[Patchew-devel] [PATCH] search: fix "review", add "watch"

Paolo Bonzini pbonzini at redhat.com
Thu Jan 17 10:39:41 UTC 2019


The review tag should cover both the accept and the reject queue.  Add a watch tag
too, so that it is possible to observe other people's watches.

Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
---
 api/search.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api/search.py b/api/search.py
index 029ed25..baf6893 100644
--- a/api/search.py
+++ b/api/search.py
@@ -162,6 +162,7 @@ Syntax:
  - accept:USERNAME or ack:USERNAME - the series was marked as accepted by the user
  - reject:USERNAME or nack:USERNAME - the series was marked as reject by the user
  - review:USERNAME - the series was marked as accepted or rejected by the user
+ - watch:USERNAME - the series is in the user's watched queue
 
 USERNAME can be "me" to identify the current user
 
-- 
2.20.1




More information about the Patchew-devel mailing list