Bug 64339

Summary: commit.py should check for change log entry instead of the commit message length
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: abarth, jamesr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2011-07-11 19:13:36 PDT
webkitpy/tool/steps/commit.py can throw an exception the message: "Attempted to commit with a commit message shorter than 50 characters. Either your patch is missing a ChangeLog or webkit-patch may have a bug." Instead of checking the length of the commit message, the script should actually verify that there's a change log entry.
Attachments
Note You need to log in before you can comment on or make changes to this bug.