Received: from spf5.us4.outblaze.com (spf5.us4.outblaze.com [205.158.62.27]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id iBDKbRSB019689 for ; Mon, 13 Dec 2004 20:37:28 GMT Received: from tomts44-srv.bellnexxia.net (tomts44-srv.bellnexxia.net [209.226.175.111]) by spf5.us4.outblaze.com (Postfix) with ESMTP id 2E83A76F67 for ; Mon, 13 Dec 2004 20:37:41 +0000 (GMT) Received: from mp.mpathix.com ([69.158.115.120]) by tomts44-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041213203740.BYXQ1623.tomts44-srv.bellnexxia.net@mp.mpathix.com>; Mon, 13 Dec 2004 15:37:40 -0500 Received: from milanc.mpathix.com ([192.168.108.78] helo=milanc) by mp.mpathix.com with esmtp (Exim 3.35 #1 (Debian)) id 1Cdwwt-0001NZ-00; Mon, 13 Dec 2004 15:37:39 -0500 Received: from milanc ([127.0.0.1] helo=mpathix.com ident=milanc) by milanc with esmtp (Exim 3.36 #1 (Debian)) id 1Cdwwt-0004Zl-00; Mon, 13 Dec 2004 15:37:39 -0500 Message-ID: <41BDFD93.70605@mpathix.com> Date: Mon, 13 Dec 2004 15:37:39 -0500 From: Milan Cvetkovic User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en MIME-Version: 1.0 To: Mikhael Goikhman Cc: John A Meinel , "John S. Yates, Jr." , gnu-arch-users@gnu.org Subject: Re: [Gnu-arch-users] Re: Re: release goals for Bazaar 1.1 References: <20041211183809.GC3388@wisq.net> <873byasd73.fsf@tleepslib.sk.tsukuba.ac.jp> <41BDADF5.5070507@arbash-meinel.com> <20041213201950.GA22540@ukato> In-Reply-To: <20041213201950.GA22540@ukato> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Status: RO Content-Length: 2753 Lines: 74 Couple of suggestions about features related to "blame" discussed in this thread. There is one nice feature in viewarch, which I find using more often than "blame". In ViewArch, it is called "chrono". While "blame" simulates "CVS annotate" and displays the last patch, and the id of the committer, "chrono" displays all possible variations of the line, with patch numbers beside. Also, ViewArch has another nice feature, "i-history". Id displays all the list of patches which modified a specific file. Unlike "blame" and "chrono", it does go across branch boundary (before base-0 if the branch is a continuation). It is slow, but occasionally it really does help. Milan. Mikhael Goikhman wrote: > On 13 Dec 2004 08:57:57 -0600, John A Meinel wrote: > >>John S. Yates, Jr. wrote: >> >> >>>"Stephen J. Turnbull" wrote in message >>> >>> >>>>>>>>>"Adrian" == Adrian Irving-Beer writes: >>>>>>>>> >>>> >>>>That may be. "Annotate" doesn't say at all what the command does, >>>>though, except in a very generic way. I'm probably just mentally >>>>blocked, but at the moment I can't come up with an idiom that has the >>>>same semantics as "blame" without the connotations: "finger", >>>>"arrest", "accuse", ... ah, got it: "credit", or "colophon" ;-). >>> >>>Ascribe? >> >>After reading the SVN thread, there are a few that were interesting >>etiology The study of how things come about, (like how did a word come >>to usage). Pretty much exactly what we are doing, but not very obvious >>linehistory again, rather close to what we are doing, "can be >>shortened to lh" for shorter typing >>praise going the opposite way from blame >>commentary Doesn't quite fit for me >>whodunit Another silly one, but better than blame >> >>My personal favorites are linehistory, and whodunit > > > Some of the names suggested above slightly describe the discussed command > (linehistory, colophon, commentary), but may be confused with a different > functionality, and other names simply do not describe the command. > For some reason folks suppose the purpose of the command is to show the > creator of each line, however the real purpose is to show the [last] > revision description, i.e. fully qualified name, date, creator, summary. > The creator may be (and is often) constant among revision descriptions. > > "linedesc" would be more accurate. However, "annotate" sounds even better > to me, and is familar to cvs users. > > Regards, > Mikhael. > > > _______________________________________________ > Gnu-arch-users mailing list > Gnu-arch-users@gnu.org > http://lists.gnu.org/mailman/listinfo/gnu-arch-users > > GNU arch home page: > http://savannah.gnu.org/projects/gnu-arch/ >