Skip to content

Document how to apply patch from mercurial to git #193

Closed
@Mariatta

Description

@Mariatta

How I do it:

  1. In the CPython mercurial repo, re-create the patch using --git parameter:
    hg diff --git > issueNNNN-git.patch

  2. 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

  3. Commit, push, and open the PR.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions