8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By cl 7AA9 icking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, each time you upload a new version of a revision you have to pass in --cherry-pick. This sucks. Instead, the state should be remembered.
--cherry-pick
--no-cherry-pick
spr diff --cherry-pick
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, each time you upload a new version of a revision you have to pass in
--cherry-pick
. This sucks. Instead, the state should be remembered.--cherry-pick
-> stays that way, failing if pick is unsuccessful, and making people pass in--no-cherry-pick
--no-cherry-pick
(default) -> runspr diff --cherry-pick
, should pick (and maybe delete original branch)The text was updated successfully, but these errors were encountered: