Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'git': 0.07; 'python': 0.07; 'subject:tools': 0.09; 'open-source': 0.14; 'from:addr:milochik.com': 0.16; 'from:addr:shawn': 0.16; 'from:name:shawn milochik': 0.16; 'mercurial.': 0.16; 'message- id:@milochik.com': 0.16; 'two.': 0.16; 'header:In-Reply-To:1': 0.22; 'picking': 0.23; 'developers': 0.28; 'core': 0.28; 'seem': 0.30; "one's": 0.31; 'it.': 0.31; 'to:addr:python-list': 0.32; 'received:192.168.1': 0.34; 'received:192': 0.34; 'header:User- Agent:1': 0.35; 'think': 0.36; 'received:192.168': 0.37; 'two': 0.37; 'received:209.85': 0.37; 'either': 0.37; 'received:google.com': 0.38; 'pretty': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'similar': 0.40; "it's": 0.40; 'header:Received:5': 0.40; 'sites': 0.62; 'received:209.85.216.181': 0.68; 'received:mail- qy0-f181.google.com': 0.68; 'selected': 0.68; 'subject:Development': 0.73 Date: Sat, 30 Apr 2011 20:47:39 -0400 From: Shawn Milochik User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Development tools and practices for Pythonistas References: <58a6bb1b-a98e-4c4a-86ea-09e040cb2d21@r35g2000prj.googlegroups.com> <877hagoa0u.fsf@benfinney.id.au> <00dr88-846.ln1@svn.schaathun.net> <87mxj8ir4u.fsf@benfinney.id.au> <87ei4ji7eu.fsf@benfinney.id.au> In-Reply-To: <87ei4ji7eu.fsf@benfinney.id.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304210871 news.xs4all.nl 81473 [::ffff:82.94.164.166]:59963 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4375 For what it's worth, the Python core developers have selected Mercurial. I personally use git and love it. Most open-source people seem to use one or the other of the two. They're pretty similar in most ways. Look at the big two sites for open-source repositories -- github and bitbucket. One's git, the other Mercurial. I don't think you can go wrong picking either one.