This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document that "Remote hg repo" accepts remote branches
Type: Stage: resolved
Components: Devguide Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jcea Nosy List: eric.araujo, ezio.melotti, jcea, python-dev
Priority: normal Keywords: easy

Created on 2011-10-26 15:53 by jcea, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg146435 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2011-10-26 15:53
"Remote hg repo" accepts remote branches, but the devguide says that the patch must be in "default" branch.

Update the docs.

I take care of this.
msg146436 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-10-26 15:55
> I take care of this.
Okay, as long as you don’t use Git terminology like “remote” :)
msg146437 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-26 15:58
New changeset 7fbd2fe8c13c by Jesus Cea in branch 'default':
Close #13269: Document that "Remote hg repo" accepts remote branches
http://hg.python.org/devguide/rev/7fbd2fe8c13c
msg146439 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2011-10-26 16:02
Eric, the original text says:

"""
The Create Patch button will then compute a diff for the head revision of the **remote** branch, and attach the diff to the issue.
"""

:-)
History
Date User Action Args
2022-04-11 14:57:23adminsetgithub: 57478
2011-10-26 16:02:04jceasetmessages: + msg146439
2011-10-26 16:01:36jceasetmessages: - msg146438
2011-10-26 16:00:46jceasetmessages: + msg146438
2011-10-26 15:58:18python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg146437

resolution: fixed
stage: needs patch -> resolved
2011-10-26 15:55:03eric.araujosetmessages: + msg146436
components: + Devguide, - Distutils
2011-10-26 15:54:15ezio.melottisetnosy: + ezio.melotti, eric.araujo

components: + Distutils
stage: needs patch
2011-10-26 15:53:21jceacreate