HomeSort by relevance Sort by last modified time
    Searched refs:committer_record (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries.py 99 committer_record = CommitterList().committer_by_email(patch.attacher_email())
100 if committer_record:
101 log("%s committer = %s" % (patch.id(), committer_record))
102 return not committer_record
  /external/webkit/Tools/Scripts/
validate-committer-lists 222 committer_record = committer_list.committer_by_email(author)
223 self._print_three_column_row(column_widths, (str(last_commit_date), author, committer_record))

Completed in 59 milliseconds