Bug 254210 - Unclear how to move forward when you already have a branch
Summary: Unclear how to move forward when you already have a branch
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-21 05:19 PDT by Anne van Kesteren
Modified: 2023-03-25 19:36 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?