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 chris.jerdonek
Recipients chris.jerdonek, eric.araujo, ezio.melotti, ncoghlan, pitrou, sandro.tosi, terry.reedy, tshepang
Date 2012-08-20.22:21:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345501322.77.0.246876852184.issue14468@psf.upfronthosting.co.za>
In-reply-to
Content
It might be worth mentioning and/or linking to some of the branching tips  discussed in the FAQ.  For example, using `hg share` instead of `hg clone` eliminates the need to pull between repositories/working directories:

http://docs.python.org/devguide/faq.html#how-do-i-avoid-repeated-pulls-and-pushes-between-my-local-repositories

I didn't know the FAQ had hg workflow tips until a recent discussion on core-mentorship.
History
Date User Action Args
2012-08-20 22:22:02chris.jerdoneksetrecipients: + chris.jerdonek, terry.reedy, ncoghlan, pitrou, ezio.melotti, eric.araujo, sandro.tosi, tshepang
2012-08-20 22:22:02chris.jerdoneksetmessageid: <1345501322.77.0.246876852184.issue14468@psf.upfronthosting.co.za>
2012-08-20 22:21:41chris.jerdoneklinkissue14468 messages
2012-08-20 22:21:41chris.jerdonekcreate