We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b0a22 commit 1a64c86Copy full SHA for 1a64c86
merge-py.py renamed to scripts/merge-py.py
@@ -233,7 +233,7 @@ def fix_version_from_branch(branch, versions):
233
branch_names = filter(lambda x: x.startswith("branch-"),
234
[x['name'] for x in branches])
235
# Assumes branch names can be sorted lexicographically
236
-latest_branch = sorted(branch_names, reverse=True)[0]
+# latest_branch = sorted(branch_names, reverse=True)[0]
237
238
pr_num = raw_input("Which pull request would you like to merge? (e.g. 34): ")
239
pr = get_json("%s/pulls/%s" % (GITHUB_API_BASE, pr_num))
0 commit comments