[issue14468] Update cloning guidelines in devguide

Chris Jerdonek report at bugs.python.org
Tue Aug 21 00:22:02 CEST 2012


Chris Jerdonek added the comment:

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.

----------
nosy: +cjerdonek

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14468>
_______________________________________


More information about the Python-bugs-list mailing list