Skip to content

cherry_picker hardcodes the name of the python/cpython.git repo #19

@markshannon

Description

@markshannon

cherry_picker needs an option to specify the git remote name for the CPython repo.
Currently it is hardcoded to "upstream" or "origin", and can't be used if a meaningful name like "python" is used
E.g.

~/repos/cpython$ git remote -v
python	[email protected]:python/cpython.git (fetch)
python	[email protected]:python/cpython.git (push)
mine	[email protected]:markshannon/cpython.git (fetch)
mine	[email protected]:markshannon/cpython.git (push)

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions