Searched refs:attacher_email (Results 1 – 5 of 5) sorted by relevance
52 patch.attacher_email())54 def attacher_email(self): member in Attachment
150 attacher_email = latest_patch.attacher_email()151 committer = committers.committer_by_email(attacher_email)153 …g("Attacher %s is not a committer. Bug %s likely needs commit-queue+." % (attacher_email, bug_id))
167 if not self._committers.committer_by_email(patch.attacher_email()):
99 committer_record = CommitterList().committer_by_email(patch.attacher_email())
22850 - Parse attacher_email from attachment xml.22852 - Test new attacher_email parsing.