##// END OF EJS Templates
Merge pull request #4258 from minrk/backport-1.2...
Min RK -
r12754:f84b9ff9 merge
parent child Browse files
Show More
@@ -134,7 +134,7 b" if __name__ == '__main__':"
134 134 if len(sys.argv) < 3:
135 135 branch = sys.argv[1]
136 136 already = already_backported(branch)
137 should = should_backport("backport-1.1")
137 should = should_backport("backport-1.2")
138 138 print ("The following PRs should be backported:")
139 139 for pr in should.difference(already):
140 140 print (pr)
General Comments 0
You need to be logged in to leave comments. Login now