Lines Matching refs:JoinComma
245 s += "Reviewer: " + JoinComma(cl.reviewer) + "\n"
246 s += "CC: " + JoinComma(cl.cc) + "\n"
270 s += "\tReviewer: " + JoinComma(cl.reviewer) + "\n"
273 s += "\tCC: " + JoinComma(cl.cc) + "\n"
293 reviewers=JoinComma(self.reviewer), cc=JoinComma(self.cc),
318 ("reviewers", JoinComma(self.reviewer)),
319 ("cc", JoinComma(self.cc)),
387 pmsg = "Hello " + JoinComma(self.reviewer)
486 def JoinComma(l): function
1913 about += "R=" + JoinComma([CutDomain(s) for s in cl.reviewer]) + "\n"
1917 about += "TBR=" + JoinComma([CutDomain(s) for s in tbr]) + "\n"
1919 about += "CC=" + JoinComma([CutDomain(s) for s in cl.cc]) + "\n"
2001 PostMessage(ui, cl.name, pmsg, reviewers="", cc=JoinComma(cl.reviewer+cl.cc))