From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: feature proposal: vc-annotate for hg: include the author Date: Wed, 14 Oct 2015 16:29:42 +0300 Message-ID: <561E58C6.8010204@yandex.ru> References: <87bnc1g8m3.fsf@mat.ucm.es> <561E30B7.7070606@yandex.ru> <87zizlejly.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1444829442 2844 80.91.229.3 (14 Oct 2015 13:30:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Oct 2015 13:30:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 14 15:30:36 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZmM8Y-0001Oo-W4 for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 15:30:35 +0200 Original-Received: from localhost ([::1]:42468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmM8T-0001p3-Cp for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 09:30:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmM7p-00012Y-SZ for emacs-devel@gnu.org; Wed, 14 Oct 2015 09:29:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmM7m-0008Px-DS for emacs-devel@gnu.org; Wed, 14 Oct 2015 09:29:49 -0400 Original-Received: from mail-lf0-x230.google.com ([2a00:1450:4010:c07::230]:33898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmM7l-0008PM-T7 for emacs-devel@gnu.org; Wed, 14 Oct 2015 09:29:46 -0400 Original-Received: by lfaz124 with SMTP id z124so11324192lfa.1 for ; Wed, 14 Oct 2015 06:29:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=WdSMdoO8SJ75sxxptvEMV7S2hklYztN8PMfkzeNQ3MQ=; b=BtYW2q4dcO+suNbPk86NVPvQl9+v+pRBVCJpWid0phQPKBFdpaImr2Pfnlnqd2llj3 3vvlnNM/8t8HD2TZkT50TSbQ2aoAy1xELgvkx/32HRykc1aodD5qNmy6l2I4Yv4pYIzw IGVkIqiIP7lOSf1jI+R7+02z5dGhtNu1si6demPfd522SswWPJnMrUUQy2UZMQstNUiI yb5rSW05Wrs0I/u2Rsr/cFKhB/kc667mbQm3MQQ3PEAzMskVMqNDojRtnjQQR6LDw2E1 qWCm4n27p84XDUBUy3+RYlUe9Icfj4+bJ7YYjBs4ZOIjXQzu9kcPA7JF39/nY9+NqBxX ALIQ== X-Received: by 10.25.78.79 with SMTP id c76mr1066050lfb.18.1444829385194; Wed, 14 Oct 2015 06:29:45 -0700 (PDT) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id pm6sm1345106lbc.1.2015.10.14.06.29.43 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Oct 2015 06:29:44 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Thunderbird/41.0 In-Reply-To: <87zizlejly.fsf@mat.ucm.es> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191562 Archived-At: On 10/14/2015 03:10 PM, Uwe Brauer wrote: > It works thanks!, but this looks like magic to me, how does the code know how to > use this variable? See the explanation for vc-backend-diff-switches here: http://www.gnu.org/software/emacs/manual/html_node/emacs/Old-Revisions.html IIRC, since Emacs 25, the vc-annotate implementations do the same.