You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.']}
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 viagit pw path list
or looking at the result page fromgit pw patch update --state <STATE>
) I see it spelled wrong.First attempt:
Second attempt:
P.S.
Under Review
is spelled asunder-review
inside the tool which is wrong.pwclient
doesn't have such issue.The text was updated successfully, but these errors were encountered: