Nick> Given the recommended workflow in the devguide (i.e. when forward
Nick> porting bug fixes, update all public branches in a single push),
Nick> keeping the transitive connections between local clones is
Nick> probably a good idea. It also means that we can do the full
Nick> porting workflow even when offline.
So, when I cloned, I should have done something like this:
hg clone http://hg.python.org/cpython
hg clone cpython 3.2
hg clone 3.2 3.1
hg clone cpython 2.7
hg clone 2.7 2.6
hg clone 2.6 2.5
hg clone 2.5 2.4
instead of cloning everything from cpython, right?
Skip
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com