hack/cherry_pick_pull.sh: Allow multiple pulls

Reorder the arguments to allow for multiple pulls at the end:
  hack/cherry_pick_pull.sh <remote branch> <pr-number>...

This solves some common A-then-immediate-A' cases that appear
frequently on head. (There's a workaround, but it's a hack.) Updates
the documentation.
This commit is contained in:
Zach Loafman 2015-07-11 17:00:20 -07:00
parent 3a38ce4217
commit eed049cf8d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Kubernetes projects.
Any contributor can propose a cherry pick of any pull request, like so: Any contributor can propose a cherry pick of any pull request, like so:
``` ```
hack/cherry_pick_pull.sh 98765 upstream/release-3.14 hack/cherry_pick_pull.sh upstream/release-3.14 98765
``` ```
This will walk you through the steps to propose an automated cherry pick of pull This will walk you through the steps to propose an automated cherry pick of pull