Home | History | Annotate | Download | only in push-to-trunk

Lines Matching full:patches

31 # Expression for retrieving the merged patches from a merge commit message
35 # Expression for retrieving reverted patches from a commit message (old and
134 patches = MatchSafe(MERGE_MESSAGE_RE.search(body))
135 if not patches:
136 patches = MatchSafe(ROLLBACK_MESSAGE_RE.search(body))
137 if patches:
138 # Indicate reverted patches with a "-".
139 patches = "-%s" % patches
140 return patches
143 self, git_hash, bleeding_edge_rev, branch, version, patches, cl_body):
156 # Merged patches if available in the form 'r1234, r2345'.
157 "patches_merged": patches,
176 patches = ""
179 patches = self.GetMergedPatches(body)
184 patches, body), self["patch"]
192 # Add bleeding edge release. It does not contain patches or a code
217 # TODO(machenbach): This omits patches if the version file wasn't