Bug 254210
| Summary: | Unclear how to move forward when you already have a branch | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ap, jbedard, ryanhaddad |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Anne van Kesteren
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?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jonathan Bedard
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.
Anne van Kesteren
I can no longer reproduce this. :-(
Alexey Proskuryakov
Marking resolved for now, please file a new bug if you find out any details that would make it actionable?