1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 09:16:14 +01:00

add "review" and "superseded" as known request states.

This commit is contained in:
Adrian Schröter 2010-09-07 17:31:07 +02:00
parent 5b25135dea
commit d69bd68ea3

View File

@ -1691,7 +1691,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
# list and approvenew
elif cmd == 'list' or cmd == 'approvenew':
states = ('new', 'accepted', 'revoked', 'declined')
states = ('new', 'accepted', 'revoked', 'declined', 'review', 'superseded')
who = ''
if cmd == 'approvenew':
states = ('new')