[Webkit-unassigned] [Bug 27119] bugzilla-tool: Add create-bug command
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 28 17:54:37 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27119
--- Comment #17 from David Kilzer (ddkilzer) <ddkilzer at webkit.org> 2009-07-28 17:54:36 PDT ---
(From update of attachment 33683)
> + make_option("--no-prompt", action="store_true", dest="prompt", default=True, help="Do not prompt for bug title and comment; use commit log instead."),
This should be: action="store_false"
> + commit_message = tool.scm().commit_message_for_commit(commit_id)
This should be: commit_message_for_local_commit(commit_id)
I will fix these when landing.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list