Overview of DVCS workflows from Python proposal(python.org)
python.org
Overview of DVCS workflows from Python proposal
http://www.python.org/dev/peps/pep-0374/
1 comments
Oh noes, they've removed this piece just after I saw it.
It used to say:
Chosen DVCS
Chosen DVCS
import random
print(random.choice(['svn', 'bzr', 'hg', 'git']))
http://svn.python.org/view/peps/trunk/pep-0374.txt?r1=70206&...Weird, I got hg too...
And git came on 12th try.
And git came on 12th try.
Printed git for me. Phew.
This actually printed "hg" for me the first time I ran it.