Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cherry_picker/cherry_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def continue_cherry_pick(self):
]
self.commit_sha1 = get_full_sha_from_short(short_sha)

commits = get_commits_from_backport_branch(base)
commits = get_commits_from_backport_branch(f"{self.upstream_remote}/{base}")
Comment thread
webknjaz marked this conversation as resolved.
Outdated
if len(commits) == 1:
commit_message = self.amend_commit_message(cherry_pick_branch)
else:
Expand Down