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.

Author ncoghlan
Recipients brett.cannon, eli.bendersky, eric.araujo, ezio.melotti, ncoghlan, petri.lehtinen, pitrou, terry.reedy
Date 2011-11-30.23:06:57
SpamBayes Score 2.7633296e-10
Marked as misclassified No
Message-id <1322694418.14.0.884527191988.issue13455@psf.upfronthosting.co.za>
In-reply-to
Content
Something else such docs could cover is how to manage remote Hg repos such that the "Create Patch" button does the right thing.

Basically, you need to make sure an appropriate CPython version is found in the ancestors of the tip your working branch. This is most easily achieved either by working directly on the default branch in your remote repo, or else by merging directly from default to your feature branch (i.e. not via another feature branch).

If you don't follow this rule, the generated patch will occasionally incorrectly revert changes in CPython that you didn't intend to affect.

(see http://psf.upfronthosting.co.za/roundup/meta/issue428 for some background)
History
Date User Action Args
2011-11-30 23:06:58ncoghlansetrecipients: + ncoghlan, brett.cannon, terry.reedy, pitrou, ezio.melotti, eric.araujo, eli.bendersky, petri.lehtinen
2011-11-30 23:06:58ncoghlansetmessageid: <1322694418.14.0.884527191988.issue13455@psf.upfronthosting.co.za>
2011-11-30 23:06:57ncoghlanlinkissue13455 messages
2011-11-30 23:06:57ncoghlancreate