[Webkit-unassigned] [Bug 60027] New: webkit-patch post-commits HEAD^.. throws an exception
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 3 08:14:09 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60027
Summary: webkit-patch post-commits HEAD^.. throws an exception
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aroben at apple.com
CC: eric at webkit.org, ddkilzer at webkit.org,
abarth at webkit.org
webkit-patch post-commits HEAD^.. throws an exception:
[Adam Roben at macpro8 OpenSource]\$ webkit-patch post-commits HEAD^..
Traceback (most recent call last):
File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkit-patch", line 71, in <module>
main()
File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkit-patch", line 66, in main
WebKitPatch(__file__).main()
File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 308, in main
result = command.check_arguments_and_execute(options, args, self)
File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 117, in check_arguments_and_execute
return self.execute(options, args, tool) or 0
File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitpy/tool/commands/upload.py", line 326, in execute
commit_message = tool.scm().commit_message_for_local_commit(commit_id)
File "/home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitpy/common/checkout/scm/git.py", line 442, in commit_message_for_local_commit
return CommitMessage(commit_lines[first_line_after_headers:])
NameError: global name 'CommitMessage' is not defined
I don't know when this started happening.
--
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