-
-
Notifications
You must be signed in to change notification settings - Fork 60
cherry_picker.py opens wrong page #55
New issue
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 clicking “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
Comments
@serhiy-storchaka I just merged a change that adds both a Running with |
Thanks, I'll try it when merge next PR that needs to be backported. |
Correct page was opened for the backport to 3.6. No page was opened for 3.5. |
Oh... There was a failure with cherry-picking the change into 3.5, perhaps there was a merge conflict? Because it failed, it doesn't push and so no page gets opened.
|
So #51 and/or #45 might have helped here:
Either way, I think we're into the known problem territory of figuring out what we should do when the cherry pick fails. |
Yes, that failure looks unrelated to the original issue. For 3.6 the correct page was opened. I made yet three backporting and they opened correct pages. But all usages of |
I think I know what the fix would have been: the change to handle username extraction for SSH remotes. Previously that part of the code assumed HTTPS URLs: https://github.com/python/core-workflow/pull/53/files#diff-38c9b0e8a4187a5b64e731dbad32eafeR75 I'd just forgotten about that adjustment by the time I wrote the commit message. |
Thank you Nick. |
When I run cherry_picker.py it opens pages like
https://github.com/python/cpython/compare/3.5...iy-storchaka:c85a266-3.5?expand=1
that compares changes between branches 3.5 and c85a266-3.5 in the python/cpython repository. Since branch c85a266-3.5 in the python/cpython repository doesn't exist there isn't anything to compare. However branch c85a266-3.5 is created in my fork of the python/cpython repository.The text was updated successfully, but these errors were encountered: