Bug 29712 - mark-bug-fixed: add -m|--comment switch
Summary: mark-bug-fixed: add -m|--comment switch
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-09-24 06:03 PDT by David Kilzer (:ddkilzer)
Modified: 2009-09-24 10:15 PDT (History)
2 users (show)

See Also:


Attachments
Patch v1 (2.20 KB, patch)
2009-09-24 06:03 PDT, David Kilzer (:ddkilzer)
aroben: 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-09-24 06:03:14 PDT
Created attachment 40062 [details]
Patch v1

Reviewed by NOBODY (OOPS!).

* Scripts/mark-bug-fixed:
(MarkBugFixed.__init__): Added -m|--comment switch to list of
parse options.
(MarkBugFixed.main): When specified, prepend comment from
-m|--comment command-line switch to the bug comment.
---
 2 files changed, 19 insertions(+), 2 deletions(-)
Comment 1 Adam Roben (:aroben) 2009-09-24 08:29:01 PDT
Comment on attachment 40062 [details]
Patch v1

r=me
Comment 2 David Kilzer (:ddkilzer) 2009-09-24 10:15:25 PDT
Committed r48722: <http://trac.webkit.org/changeset/48722>