Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fbc8b5c

Browse filesBrowse files
authored
Access computed upstream property instead of upstream_remote
1 parent 0837b57 commit fbc8b5c
Copy full SHA for fbc8b5c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cherry_picker/cherry_picker.py

Copy file name to clipboardExpand all lines: cherry_picker/cherry_picker.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def continue_cherry_pick(self):
636636
]
637637
self.commit_sha1 = get_full_sha_from_short(short_sha)
638638

639-
commits = get_commits_from_backport_branch(f"{self.upstream_remote}/{base}")
639+
commits = get_commits_from_backport_branch(f"{self.upstream}/{base}")
640640
if len(commits) == 1:
641641
commit_message = self.amend_commit_message(cherry_pick_branch)
642642
else:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.