Lines Matching refs:comment_text
316 comment_text = "Rejecting patch %s from commit-queue." % attachment_id
320 comment_text,
326 comment_text = "Rejecting patch %s from review queue." % attachment_id
330 comment_text,
501 comment_text=None,
529 comment_text=None,
540 log(comment_text)
552 if comment_text:
553 log(comment_text)
554 self.browser['comment'] = comment_text
642 comment_text = "Clearing flags on attachment: %s" % attachment_id
644 comment_text += "\n\n%s" % additional_comment_text
645 log(comment_text)
652 self.browser.set_value(comment_text, name='comment', nr=0)
661 comment_text,
669 comment_text += "\n\n%s" % additional_comment_text
670 log(comment_text)
677 self.browser.set_value(comment_text, name='comment', nr=0)
684 def obsolete_attachment(self, attachment_id, comment_text=None):
689 log(comment_text)
698 if comment_text:
699 log(comment_text)
702 self.browser.set_value(comment_text, name='comment', nr=0)
718 def post_comment_to_bug(self, bug_id, comment_text, cc=None):
723 log(comment_text)
728 self.browser["comment"] = comment_text
733 def close_bug_as_fixed(self, bug_id, comment_text=None):
738 log(comment_text)
743 if comment_text:
744 log(comment_text)
745 self.browser['comment'] = comment_text
750 def reassign_bug(self, bug_id, assignee, comment_text=None):
755 log(comment_text)
760 if comment_text:
761 log(comment_text)
762 self.browser["comment"] = comment_text
766 def reopen_bug(self, bug_id, comment_text):
772 log(comment_text)
789 self.browser['comment'] = comment_text