Lines Matching refs:patches
68 help_text = "Clear r+ on obsolete patches so they do not appear in the pending-commit list."
70 # NOTE: This was designed to be generic, but right now we're only processing patches from the pending-commit list, so only r+ matters.
86 patches = bug.patches(include_obsolete=True)
87 for patch in patches:
98 help_text = "Clear r? on obsolete patches so they do not appear in the pending-commit list."
141 log("Bug %s has no non-obsolete patches, ignoring." % bug_id)
144 # We only need to do anything with this bug if one of the r+'d patches does not have a valid committer (cq+ set).
146 log("All reviewed patches on bug %s already have commit-queue+, ignoring." % bug_id)
443 error("Are you sure you want to create one bug with %s patches?" % len(commit_ids))