Searched refs:revlist (Results 1 – 3 of 3) sorted by relevance
177 revlist = "{}..{}".format(recipe_sha, project_sha)178 shortlog = git.shortlog(revlist, _cwd=project_name)
543 def generateCoveredList2( revlist = None ): argument544 if not revlist:545 revlist = []546 covered_list = [ x for x in revlist if x.outcome == Task.OUTCOME_COVERED ]548 revlist = [ x for x in revlist if x.outcome != Task.OUTCOME_COVERED ]549 if len(revlist) > 0:550 return revlist554 revlist = list(set(revlist + newlist))555 covered_list = [ x for x in revlist if x.outcome == Task.OUTCOME_COVERED ]556 return revlist
720 revlist = runcmd(rev_cmd, ldir).splitlines()725 count=len(revlist)-1727 runcmd("%s %s %s %s" % (repo['hook'], patch, revlist[count], name))734 count=len(revlist)-1736 f.write("%s %s\n" % (patch, revlist[count]))