Skip to content

Commit 1a64c86

Browse files
committed
BUG: move merge-pr.py to scripts/ and fix bug
1 parent c4b0a22 commit 1a64c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-py.py renamed to scripts/merge-py.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def fix_version_from_branch(branch, versions):
233233
branch_names = filter(lambda x: x.startswith("branch-"),
234234
[x['name'] for x in branches])
235235
# Assumes branch names can be sorted lexicographically
236-
latest_branch = sorted(branch_names, reverse=True)[0]
236+
# latest_branch = sorted(branch_names, reverse=True)[0]
237237

238238
pr_num = raw_input("Which pull request would you like to merge? (e.g. 34): ")
239239
pr = get_json("%s/pulls/%s" % (GITHUB_API_BASE, pr_num))

0 commit comments

Comments
 (0)