Skip to content

Questions about PR "namespacing" #301

Answered by ejoffe
MichaelSims asked this question in Q&A
Discussion options

You must be logged in to vote

I had the exact same experience when I moved from Gerrit to GitHub, and that's why I wrote spr, glad it is useful for you as well.
spr works by matching the commits in your local stack with pull requests on github, the local branch name is used to filter all your pull requests on github down to the ones that match your stack (by matching on branch name).
This logic could be changed to go through all the pull requests and only match with commit-ids that are present in the stack. The only thing I can think of that will be lost using this approach is the case where you drop a commit from your stack. In the current behavior the github pull request will be automatically closed, if we only matc…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@MichaelSims
Comment options

@ejoffe
Comment options

@MichaelSims
Comment options

@ejoffe
Comment options

Answer selected by MichaelSims
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants