Bug 254210

Summary: Unclear how to move forward when you already have a branch
Product: WebKit Reporter: Anne van Kesteren <annevk>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, jbedard, ryanhaddad
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Anne van Kesteren 2023-03-21 05:19:03 PDT
In most GitHub projects you are expected to have a branch from which you create a PR. So if you make that assumption and then do `git webkit pr` you get

> Creating a pull-request for 'ISSUE' but we're on 'blob-range'

https://github.com/WebKit/WebKit/blob/main/Introduction.md#submitting-a-pull-request doesn't exactly help here either. I guess you can merge the branch into main and try again, but what if you are doing multiple things?
Comment 1 Jonathan Bedard 2023-03-21 13:03:36 PDT
Can you share the state your checkout was in along with the whole `git-webkit` output? There are some codepaths here that aren't well traveled but should be supported that you're finding yourself in, I think we do have a bug, these just isn't enough information here for me to understand where it is.
Comment 2 Anne van Kesteren 2023-03-22 07:08:32 PDT
I can no longer reproduce this. :-(
Comment 3 Alexey Proskuryakov 2023-03-25 19:36:34 PDT
Marking resolved for now, please file a new bug if you find out any details that would make it actionable?