Home | History | Annotate | Download | only in commands

Lines Matching full:patches

137     def _collect_patches_by_bug(patches):
139 for patch in patches:
145 patches = self._fetch_list_of_patches_to_process(options, args, tool)
148 bugs_to_patches = self._collect_patches_by_bug(patches)
149 log("Processing %s from %s." % (pluralize("patch", len(patches)), pluralize("bug", len(bugs_to_patches))))
151 for patch in patches:
183 patches = tool.bugs.fetch_bug(bug_id).reviewed_patches()
184 log("%s found on bug %s." % (pluralize("reviewed patch", len(patches)), bug_id))
185 all_patches += patches
203 help_text = "Apply and build patches from bugzilla"
215 help_text = "Apply, build, and test patches from bugzilla"
236 Downloads and applies the patches, creating local commits if necessary."""
248 help_text = "Apply reviewed patches from provided bugs to the local working directory"
276 Closes the bug if no patches are marked for review."""
281 help_text = "Land patches from bugzilla, optionally building and testing them first"
288 help_text = "Land all patches on the given bugs, optionally building and testing them first"