Skip to content

Update the section about backporting changes #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Mariatta opened this issue Apr 21, 2017 · 1 comment · Fixed by #178
Closed

Update the section about backporting changes #173

Mariatta opened this issue Apr 21, 2017 · 1 comment · Fixed by #178

Comments

@Mariatta
Copy link
Member

The section:
http://cpython-devguide.readthedocs.io/committing.html?highlight=backport#backporting-changes-to-python-3-6-or-older-version
has instructions on how to apply a patch to master, which is not desirable in the current workflow. We should be working on branches other than master.

I think this should be updated somehow. Maybe also consider merging it with the next section http://cpython-devguide.readthedocs.io/committing.html?highlight=backport#backport-and-cherry-pick-labels

@ncoghlan
Copy link
Contributor

I'd suggest updating it to show using git log -10 --oneline to get a list of the recent commit hashes and the first line of their commit messages.

Mariatta added a commit that referenced this issue Apr 25, 2017
Remove the part about merging into master.
Remove the part about prefixing the PR title with `X.Y`, cherry_picker.py already does this.

Closes #173
willingc pushed a commit that referenced this issue Apr 25, 2017
* Update backport instructions

Remove the part about merging into master.
Remove the part about prefixing the PR title with `X.Y`, cherry_picker.py already does this.

Closes #173

* hash -> hashes

* add `an`
AA-Turner pushed a commit to AA-Turner/devguide that referenced this issue Jun 17, 2022
* Update backport instructions

Remove the part about merging into master.
Remove the part about prefixing the PR title with `X.Y`, cherry_picker.py already does this.

Closes python#173

* hash -> hashes

* add `an`
kitarefake added a commit to kitarefake/devguide that referenced this issue Jul 15, 2024
* Update backport instructions

Remove the part about merging into master.
Remove the part about prefixing the PR title with `X.Y`, cherry_picker.py already does this.

Closes python/devguide#173

* hash -> hashes

* add `an`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants