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 67026a9

Browse filesBrowse files
authored
Push to origin instead of upstream (#5)
1 parent 4a09f87 commit 67026a9
Copy full SHA for 67026a9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎backport/tasks.py

Copy file name to clipboardExpand all lines: backport/tasks.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def setup_cpython_repo():
2828
def backport_task(commit_hash, branch, *, issue_number, created_by, merged_by):
2929
"""Backport a commit into a branch."""
3030
print(os.chdir("./cpython"))
31-
cp = cherry_picker.CherryPicker('upstream', commit_hash, [branch])
31+
cp = cherry_picker.CherryPicker('origin', commit_hash, [branch])
3232
try:
3333
cp.backport()
3434
except cherry_picker.BranchCheckoutException:

0 commit comments

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