Bug 131327

Summary: webkit-patch upload scrapes incorrect bug id when provided with non-head git hash
Product: WebKit Reporter: Brian Burg <burg>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, bburg, bfan2, gsnedders, llango.u-szeged, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
WIP Patch none

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?