-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
When run git pw patch update --state <STATE>
I have to provide an exact spelling of the <STATE>
in question. However, when I got information about current state (either via git pw path list
or looking at the result page from git pw patch update --state <STATE>
) I see it spelled wrong.
First attempt:
% git pw patch update 993589 --state superseeded # **UPDATE** typo is here!
{u'state': [u'Invalid state superseeded. Expected one of: New, Under Review, Accepted, Rejected, RFC, Not Applicable, Changes Requested, Awaiting Upstream, Superseded, Deferred, Needs Review / ACK.']}
Second attempt:
% git pw patch update 993589 --state Superseded
| State | superseded |
P.S. Under Review
is spelled as under-review
inside the tool which is wrong. pwclient
doesn't have such issue.
Metadata
Metadata
Assignees
Labels
No labels