[Webkit-unassigned] [Bug 38997] New: webkit-patch commit-message throws exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 09:07:34 PDT 2010


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

           Summary: webkit-patch commit-message throws exception
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, ojan at chromium.org


webkit-patch commit-message throws exception

It's mostly used for testing.  Seems it needs to have --squash and --git-commit added as options.

% webkit-patch commit-message
Traceback (most recent call last):
  File "/Projects/WebKit/WebKitTools/Scripts/webkit-patch", line 56, in <module>
    main()
  File "/Projects/WebKit/WebKitTools/Scripts/webkit-patch", line 51, in main
    WebKitPatch(__file__).main()
  File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/tool/multicommandtool.py", line 302, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/tool/multicommandtool.py", line 113, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/tool/commands/upload.py", line 56, in execute
    print "%s" % tool.checkout().commit_message_for_this_commit().message()
TypeError: commit_message_for_this_commit() takes exactly 3 arguments (1 given)

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