Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'svn': 0.05; 'true,': 0.05; "subject:' ": 0.07; 'bzr': 0.09; 'cvs': 0.09; 'feature.': 0.09; 'git': 0.09; 'cc:addr:python-list': 0.11; 'systems.': 0.12; 'wrote': 0.14; "wouldn't": 0.14; '(just': 0.16; 'ah,': 0.16; 'exchanges,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'record,': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'slightly': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'least': 0.26; 'header:In- Reply-To:1': 0.27; 'chris': 0.29; 'tim': 0.29; 'moved': 0.30; 'message-id:@mail.gmail.com': 0.30; 'asked': 0.31; 'that.': 0.31; 'chase': 0.31; 'file': 0.32; 'figure': 0.32; 'minimal': 0.33; 'maybe': 0.34; 'basic': 0.35; "can't": 0.35; 'offered': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'similar': 0.36; 'list': 0.37; 'project': 0.37; 'pm,': 0.38; 'little': 0.38; 'enough': 0.39; 'mailing': 0.39; 'how': 0.40; 'even': 0.60; 'easy': 0.60; 'ago,': 0.61; 'advanced': 0.63; 'kind': 0.63; '20,': 0.68; 'surprise': 0.74; 'compiling': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=A0FY5Mc4SuXrhMD6DjrUaPpKRqrR391KU2mMrtWZJis=; b=ibkPq+tq7onau/DQBdulcHuhBsNcYJf/Ijbh+j3jmKHLqBLWP4NXKgM2/qDhNeINpV YlY6qlBexdNuUbqeOYeaCe+D46ChrAzH9Ns0bd7HblKyDNMMmsDCrxtnGlLmACvgXyIL D05zNv3wz7TpmOeR+nC4iRX2vhJ5igwou9aIBqsA1pU+uLJM2T3JUH1X/PoErhFBwY9J XDCay8ATASu6fGPxJmAp6CP2i55MQGbFgbXkmYlb4Da5wjgc4Fl4Fa2DedS/D2RGlcFi KikzX/5rr34KqO2z8D2e8J6xpKMqcsiFBbswmB1kB+efpEG5Qt4TnVPyK5OWRekU2Vnh glzQ== MIME-Version: 1.0 X-Received: by 10.43.96.65 with SMTP id cf1mr46319020icc.26.1408534430958; Wed, 20 Aug 2014 04:33:50 -0700 (PDT) In-Reply-To: <20140820062643.38efb8ca@bigbox.christie.dr> References: <23643064-3716-49cb-87b8-a8c42f39feef@googlegroups.com> <53f30c89$0$11123$c3e8da3@news.astraweb.com> <20140819053616.0914f7a5@bigbox.christie.dr> <49dc19e9-9dff-4304-a478-afff9cf316e9@googlegroups.com> <53f42b21$0$29884$c3e8da3$5496439d@news.astraweb.com> <4f897281-dbf2-40d3-96ef-78c23f080e48@googlegroups.com> <53f48107$0$29971$c3e8da3$5496439d@news.astraweb.com> <20140820062643.38efb8ca@bigbox.christie.dr> Date: Wed, 20 Aug 2014 21:33:50 +1000 Subject: Re: 'is not' or '!=' From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408534439 news.xs4all.nl 2890 [2001:888:2000:d::a6]:41256 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76655 On Wed, Aug 20, 2014 at 9:26 PM, Tim Chase wrote: > On 2014-08-20 21:17, Chris Angelico wrote: >> That's true, but how easy is it to annotate a file with each line's >> author (or, at least, to figure out who wrote some particular line >> of code)? It's easy enough with 'git blame' or 'hg blame', and it >> wouldn't surprise me if bzr had a similar feature; but that's all >> the current generation of version control systems. I don't think >> cvs or svn offered that kind of feature. > > Just for the record, at least SVN has "svn blame" which will annotate > with the committer's name/id. I use it all the time at $DAYJOB. I've > managed to avoid CVS, so I can't speak to that. > Ah, was not aware of that. But my usage of svn has been pretty minimal (just basic cloning of a repo and such; I think I started svn'ing one project at one point, got to maybe four revisions, and then the project stagnated for long enough that I met git), and my cvs even less so (I cloned exactly one repo, then ran into difficulties, asked on the mailing list about compiling the version from cvs, and after a few exchanges, someone said "Wait... when you say cvs, do you literally mean cvs? We moved to git a little while ago, that's now out of date" and I moved to git forthwith), so I have no experience with even slightly advanced tools. ChrisA