WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
48567
webkit-patch upload calls changed_files more often than it should
https://bugs.webkit.org/show_bug.cgi?id=48567
Summary
webkit-patch upload calls changed_files more often than it should
Eric Seidel (no email)
Reported
2010-10-28 14:42:31 PDT
webkit-patch upload calls changed_files more often than it should
Attachments
Patch
(7.92 KB, patch)
2010-10-28 15:21 PDT
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2010-10-28 15:21:35 PDT
Created
attachment 72243
[details]
Patch
Adam Barth
Comment 2
2010-10-28 15:42:30 PDT
Comment on
attachment 72243
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=72243&action=review
> WebKitTools/Scripts/webkitpy/tool/commands/upload.py:157 > - bug_id = tool.checkout().bug_id_for_this_commit(options.git_commit) > + changed_files = self._tool.scm().changed_files(options.git_commit) > + state["changed_files"] = changed_files > + bug_id = tool.checkout().bug_id_for_this_commit(options.git_commit, changed_files)
Its lame that you need to do this manually. The steps have a slick way of doing this automatically.
WebKit Commit Bot
Comment 3
2010-10-28 16:01:57 PDT
Comment on
attachment 72243
[details]
Patch Clearing flags on attachment: 72243 Committed
r70820
: <
http://trac.webkit.org/changeset/70820
>
WebKit Commit Bot
Comment 4
2010-10-28 16:02:03 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug