Bug 27815 - bugzilla-tool: add -m/--description to post-commits command
Summary: bugzilla-tool: add -m/--description to post-commits command
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-29 13:23 PDT by David Kilzer (:ddkilzer)
Modified: 2009-07-29 13:54 PDT (History)
2 users (show)

See Also:


Attachments
Patch v1 (2.80 KB, patch)
2009-07-29 13:23 PDT, David Kilzer (:ddkilzer)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2009-07-29 13:23:28 PDT
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 1 Eric Seidel (no email) 2009-07-29 13:27:51 PDT
Comment on attachment 33736 [details]
Patch v1

Seems a little strange when dealing with more than one patch.
Comment 2 David Kilzer (:ddkilzer) 2009-07-29 13:53:45 PDT
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
Comment 3 David Kilzer (:ddkilzer) 2009-07-29 13:54:23 PDT
(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?