Bug 131327 - webkit-patch upload scrapes incorrect bug id when provided with non-head git hash
Summary: webkit-patch upload scrapes incorrect bug id when provided with non-head git ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-07 17:00 PDT by Brian Burg
Modified: 2024-03-26 17:17 PDT (History)
6 users (show)

See Also:


Attachments
Patch (883 bytes, patch)
2014-05-27 07:43 PDT, Berta József
no flags Details | Formatted Diff | Diff
WIP Patch (2.71 KB, patch)
2014-06-05 05:50 PDT, Berta József
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Burg 2014-04-07 17:00:42 PDT
I have two commits ahead of master,

[burg@burg183 webkit-trunk]# git log --oneline -3
311dc75 fix for 131318
f1b1dbf fix for 131324
origin/master f4b81a7 Make Mac only parts of TelephoneNumberOverlayController PLATFORM(MAC).

and do `webkit-patch upload -g f1b1dbf`. It then uploads f1b1dbf to bug 131318. It should have scraped 131324.
Comment 1 Berta József 2014-05-27 07:43:03 PDT
Created attachment 232129 [details]
Patch
Comment 2 Berta József 2014-06-05 05:50:57 PDT
Created attachment 232540 [details]
WIP Patch
Comment 3 Ahmad Saleem 2024-03-26 17:17:14 PDT
@Sam & @Brianna - is this still applicable?