webkit-patch upload calls changed_files more often than it should
Created attachment 72243 [details] Patch
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.
Comment on attachment 72243 [details] Patch Clearing flags on attachment: 72243 Committed r70820: <http://trac.webkit.org/changeset/70820>
All reviewed patches have been landed. Closing bug.