Skip to content

Commit

Permalink
Merge pull request #4258 from minrk/backport-1.2
Browse files Browse the repository at this point in the history
to-backport label is now 1.2
  • Loading branch information
minrk committed Sep 23, 2013
2 parents f63ed49 + 48d9f2c commit f84b9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/backport_pr.py
Expand Up @@ -134,7 +134,7 @@ def should_backport(labels):
if len(sys.argv) < 3:
branch = sys.argv[1]
already = already_backported(branch)
should = should_backport("backport-1.1")
should = should_backport("backport-1.2")
print ("The following PRs should be backported:")
for pr in should.difference(already):
print (pr)
Expand Down

0 comments on commit f84b9ff

Please sign in to comment.