Created attachment 33736 [details] Patch v1 Reviewed by NOBODY (OOPS!). * Scripts/bugzilla-tool: (PostDiffAsPatchToBug.execute): Changed default patch name from "patch" to "Patch v1". (PostCommitsAsPatchesToBug.__init__): Added -m/--description switch. (PostCommitsAsPatchesToBug.execute): Use description provided by -m/--description switch first, else fall back to the commit message. --- 2 files changed, 18 insertions(+), 2 deletions(-)
Comment on attachment 33736 [details] Patch v1 Seems a little strange when dealing with more than one patch.
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebKitTools/ChangeLog M WebKitTools/Scripts/bugzilla-tool Committed r46554 M WebKitTools/ChangeLog M WebKitTools/Scripts/bugzilla-tool r46554 = b763e9c8b670343a0a62e4ac0d3ff8332364b607 (trunk) No changes between current HEAD and refs/remotes/trunk Resetting to the latest refs/remotes/trunk http://trac.webkit.org/changeset/46554
(In reply to comment #1) > (From update of attachment 33736 [details]) > Seems a little strange when dealing with more than one patch. That's why it's an optional argument?