[Webkit-unassigned] [Bug 64339] New: commit.py should check for change log entry instead of the commit message length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 11 19:13:36 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64339

           Summary: commit.py should check for change log entry instead of
                    the commit message length
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: abarth at webkit.org, jamesr at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list