Show More
@@ -76,7 +76,7 b' def main(*args):' | |||||
76 | action='store_const', |
|
76 | action='store_const', | |
77 | const=True , |
|
77 | const=True , | |
78 | help='try to merge as many PR as possible, one by one') |
|
78 | help='try to merge as many PR as possible, one by one') | |
79 |
parser.add_argument(' |
|
79 | parser.add_argument('merge', | |
80 | type=int, |
|
80 | type=int, | |
81 | help="The pull request numbers", |
|
81 | help="The pull request numbers", | |
82 | nargs='*', |
|
82 | nargs='*', |
General Comments 0
You need to be logged in to leave comments.
Login now