Lines Matching refs:patches
144 patches = MatchSafe(MERGE_MESSAGE_RE.search(body))
145 if not patches:
146 patches = MatchSafe(ROLLBACK_MESSAGE_RE.search(body))
147 if patches:
149 patches = "-%s" % patches
150 return patches
153 patches = []
157 patches.append(patch)
160 patches.append("-%s" % patch)
161 return ", ".join(patches)
166 patches, cl_body): argument
184 "patches_merged": patches,
203 patches = ""
207 patches = self.GetMergedPatchesGit(body)
209 patches = self.GetMergedPatches(body)
223 patches, body), self["patch"]