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 ezio.melotti
Recipients chris.jerdonek, eric.araujo, ezio.melotti, ncoghlan, pitrou, sandro.tosi, terry.reedy, tshepang
Date 2013-01-03.08:57:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357203439.78.0.904056572053.issue14468@psf.upfronthosting.co.za>
In-reply-to
Content
> I would break up the 20 lines of command-line commands.

I would have to find a compromise for this, because on one hand it's convenient to have all the commands in a single place (so it's easy to get an overview), but on the other hand that block includes several logically different operation (importing, grafting, merging) that would deserve their own "FAQ".

> I would also state (or link to) something about forward-porting from
> 3.x to 3.y and that 2.7 should be kept separate (both of which I
> think the current patch assumes knowledge of).

This is currently explained, but should be reorganized and integrated with my patch.

> I would also say (or link to) something about pushing all branches 
> simultaneously.

This happens automatically, so I don't think it deserves more than a short mention somewhere.

> Lastly, might it be worth explicitly dividing the Mercurial stuff
> into separate sections for (1) everyone, and (2) committers? 

ISTM that all the things that contributors need to know are already explained somewhere else in the devguide.  This includes cloning, switching branches, and applying and generating patches.
What I'm described here is mostly aimed to developers, since contributors don't have to commit/merging/grafting and dealing with all the related things.
History
Date User Action Args
2013-01-03 08:57:19ezio.melottisetrecipients: + ezio.melotti, terry.reedy, ncoghlan, pitrou, eric.araujo, sandro.tosi, chris.jerdonek, tshepang
2013-01-03 08:57:19ezio.melottisetmessageid: <1357203439.78.0.904056572053.issue14468@psf.upfronthosting.co.za>
2013-01-03 08:57:19ezio.melottilinkissue14468 messages
2013-01-03 08:57:19ezio.melotticreate