Bug 235974 - [git-webkit] Handle local commit on production branch
Summary: [git-webkit] Handle local commit on production branch
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-01 13:49 PST by Jonathan Bedard
Modified: 2022-02-11 12:26 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2022-02-01 13:49:44 PST
When using `git-webkit pr`, if a user has a local commit on a production branch that is not pushed to the remote, we could simply move the local ref for the production branch to wherever the remote ref is and use the local commit as the change to be uploaded. Right now, we raise an error because the PR branch doesn't have any differences to it's target branch.
Comment 1 Radar WebKit Bug Importer 2022-02-01 13:49:57 PST
<rdar://problem/88346615>
Comment 2 Jonathan Bedard 2022-02-11 12:26:38 PST
Landed 247151@main (r289659)