Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.03; 'projects,': 0.05; 'decent': 0.07; 'subject:tools': 0.09; 'svn,': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'bzr': 0.16; 'contrary,': 0.16; 'dvcs': 0.16; 'esp.': 0.16; 'finney': 0.16; 'mercurial,': 0.16; 'newcomers': 0.16; 'trial.': 0.16; 'subject:] ': 0.16; 'writes:': 0.20; 'header:In-Reply-To:1': 0.22; 'received:209.85.214.174': 0.23; 'received:mail-iw0-f174.google.com': 0.23; 'message- id:@mail.gmail.com': 0.28; 'daniel': 0.29; 'fri,': 0.29; "one's": 0.31; 'anyone': 0.31; 'to:addr:python-list': 0.32; "i've": 0.33; 'martin': 0.33; 'quite': 0.36; 'should': 0.37; 'received:209.85': 0.37; 'exactly': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'to.': 0.39; 'received:209.85.214': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; "it's": 0.40; 'header:Received:5': 0.40; 'learn': 0.60; 'best': 0.60; 'give': 0.61; '2011': 0.62; 'overall': 0.64; 'easily,': 0.68; 'branches': 0.84; 'deciding': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=ZQ2nrGG0r/6LIRqJExZuX3+BvDc5hZJgKagcs2FqORs=; b=uF7M6c5OZkde4yHjayWjRCpoOGD9HXDXYrqJ35pXIjcF4LXI81v1saF97FY1AoVTl5 f8N28MBPzRupytweRwHk+KjJbCBMhwlPZLaHXTgXk+iXWaWcFwg7PfhuXj7gkCk7Fxwz XrXtHUfqapUqAIFWn1KajqNh1kwZ1TNOJbvGI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XkFOz71g4aDSIWdVmkFmwNNcv3pSaCYrkUyJRPqojL1kMxjTcviVhTImJOVPCmCgIk 4DGJNvOYAzsgOYwh8lvOtyTTosdK9GDcWiWr2RqPF4QxWSzPO8mHkHqhkgpWW16xxvvZ MfF68AYkbBM6uw6c0JQkGAPesguEfMX324YLA= MIME-Version: 1.0 In-Reply-To: <871v0mkpue.fsf@benfinney.id.au> References: <58a6bb1b-a98e-4c4a-86ea-09e040cb2d21@r35g2000prj.googlegroups.com> <877hagoa0u.fsf@benfinney.id.au> <4DB7E0D0.2090006@sequans.com> <91u25jFkr4U1@mid.individual.net> <871v0mkpue.fsf@benfinney.id.au> Date: Fri, 29 Apr 2011 11:37:50 +1100 Subject: Re: [OT] VCS tools From: Daniel Kluev To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 19 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304037474 news.xs4all.nl 34849 [::ffff:82.94.164.166]:54936 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4280 On Fri, Apr 29, 2011 at 8:50 AM, Ben Finney wr= ote: > Martin Sch=F6=F6n writes: > > I seriously recommend anyone looking for a modern VCS to give Bazaar a > decent trial. It's the one I've found newcomers learn most easily, and > it's astoundingly flexible as one's needs with it grow. > When I was deciding what DVCS I should use for personal projects, Bzr was first thing I tried. It was quite uncomfortable experience after svn, esp. with branches and merges, working not the way I was expecting it to. Mercurial, on the contrary, did exactly what I was expecting it to, and was overall very easy to learn. --=20 With best regards, Daniel Kluev