Home | History | Annotate | Download | only in contrib

Lines Matching refs:prs

125 def get_pr_titles(prs):
127 for idx, pr in enumerate(prs):
132 prs[idx] = 'PR %s/%s' % (bugs[0]['component'], pr_id)
133 out = '%s - %s\n' % (prs[idx], bugs[0]['summary'])
162 prs = []
171 if apr not in prs:
172 prs.append(apr)
193 if pr not in prs:
194 prs.append(pr)
200 if dr not in prs:
201 prs.append(dr)
212 if pr not in this_file_prs and pr2 not in prs:
213 prs.append(pr2)
215 if prs:
216 firstpr = prs[0]
219 out += get_pr_titles(prs)
222 if prs:
225 for pr in prs:
344 help='Add the specified PRs (comma separated)')
348 help='Download title of mentioned PRs')