Lines Matching full:revision
85 # Add argument that determines which revision to search for in the list of
88 "--revision",
91 help="The revision to set its status.",
131 def FindTryjobIndex(revision, tryjobs_list): argument
132 """Searches the list of tryjob dictionaries to find 'revision'.
135 'revision.'
138 revision: The revision to search for in the tryjobs.
141 'rev' : [REVISION],
154 if cur_tryjob_dict["rev"] == revision:
225 def UpdateTryjobStatus(revision, set_status, status_file, custom_script): argument
229 revision: The revision associated with the tryjob.
255 tryjob_index = FindTryjobIndex(revision, bisect_contents["jobs"])
257 # 'FindTryjobIndex()' returns None if the revision was not found.
260 "Unable to find tryjob for %d in %s" % (revision, status_file)
301 args_output.revision,