Closed
Description
How I do it:
-
In the CPython mercurial repo, re-create the patch using --git parameter:
hg diff --git > issueNNNN-git.patch -
In the CPython git repo, create and switch to a new branch. Apply the patch into CPython git repository:
git apply /path/to/issueNNNN-git.patch -
Commit, push, and open the PR.