[Webkit-unassigned] [Bug 36572] New: commit-log-editor: thinks mergeChangeLogs.pl is a ChangeLog file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 18:54:44 PDT 2010


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

           Summary: commit-log-editor: thinks mergeChangeLogs.pl is a
                    ChangeLog file
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: eric at webkit.org, darin at apple.com, aroben at apple.com,
                    cjerdonek at webkit.org



David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51577|                            |review?
               Flag|                            |


Created an attachment (id=51577)
 --> (https://bugs.webkit.org/attachment.cgi?id=51577)
Patch

Reviewed by NOBODY (OOPS!).

Fixes the following error when committing a file with
"ChangeLog" in the name that isn't a ChangeLog (like
mergeChangeLogs.pl from r56471 and r56472):

$ git commit .
Can't open WebKitTools/Scripts/webkitperl/VCSUtils_unittest/mergeChangeLog at
commit-log-editor line 132.
error: There was a problem with the editor 'commit-log-editor'.
Please supply the message using either -m or -F option.

* Scripts/commit-log-editor: Added '$' to anchor "ChangeLog" to
the end of the file name when searching for ChangeLog files in a
commit.
---
 2 files changed, 20 insertions(+), 1 deletions(-)

-- 
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