Home | History | Annotate | Download | only in commands

Lines Matching full:patch

139         for patch in patches:
140 bugs_to_patches[patch.bug_id()] = bugs_to_patches.get(patch.bug_id(), []) + [patch]
149 log("Processing %s from %s." % (pluralize("patch", len(patches)), pluralize("bug", len(bugs_to_patches))))
151 for patch in patches:
152 self._process_patch(patch, options, args, tool)
169 def _process_patch(self, patch, options, args, tool):
170 state = { "patch" : patch }
184 log("%s found on bug %s." % (pluralize("reviewed patch", len(patches)), bug_id))
271 Applies the patch.
274 Commits the patch.
275 Clears the flags on the patch.
350 help_text = "Creates a bug to track the broken SVN revision(s) and uploads a rollout patch."