Searched refs:MakeComment (Results 1 – 4 of 4) sorted by relevance
132 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
168 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
135 MakeComment(" Line 1\n Line 2\n"))137 MakeComment("Line 1\n Line 2"))
93 def MakeComment(text): function