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 13:38:47 +0300 Message-ID: <561E30B7.7070606@yandex.ru> References: <87bnc1g8m3.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 1444819221 27500 80.91.229.3 (14 Oct 2015 10:40:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Oct 2015 10:40:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 14 12:40:20 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 1ZmJTm-0000IX-En for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 12:40:18 +0200 Original-Received: from localhost ([::1]:41518 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmJTl-0003w5-9s for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 06:40:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmJSR-0003qh-N5 for emacs-devel@gnu.org; Wed, 14 Oct 2015 06:38:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmJSM-0001VF-KC for emacs-devel@gnu.org; Wed, 14 Oct 2015 06:38:55 -0400 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:37930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmJSM-0001Uu-EI for emacs-devel@gnu.org; Wed, 14 Oct 2015 06:38:50 -0400 Original-Received: by wieq12 with SMTP id q12so76028784wie.1 for ; Wed, 14 Oct 2015 03:38:49 -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=y2dInGmIht9lVlQQyUO688a/RXsr+79ROhONQiljIPY=; b=vD2328miHvApaSN0qr4MPDmf23ipke0r5UBaw24L5G8XNaB2WFATIZKWizckVrpRgH mJLc45+hc5rEeW9RaGuf+Upp1utApeifh+lqURiMU9oDkpUyVJ2KfO4uYw87NzMVjjNN 3lFyA4rsbepKwEhI5C7yKSqU+6KCm2NdwmaSMqmQCOfWrhRAfY9Ixq4n1DtaijudfRE6 2qDrsw97yG9oT3puOWG1yNexgDDs49URu4Sh0HycmoYnCDda3tye1+I/kdKMuNR24Ba+ DoGSDbfRXrivtZfupUNEoCsFlo9KtDTBm6GSpl0CQEMCJoosjfMKMaWXCmAwI/ll4uoi dwGA== X-Received: by 10.180.211.8 with SMTP id my8mr25325793wic.21.1444819129545; Wed, 14 Oct 2015 03:38:49 -0700 (PDT) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id ds10sm11254550wib.24.2015.10.14.03.38.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Oct 2015 03:38:48 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Thunderbird/41.0 In-Reply-To: <87bnc1g8m3.fsf@mat.ucm.es> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 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:191537 Archived-At: On 10/14/2015 11:25 AM, Uwe Brauer wrote: > I don't see any variable which would allow me to make use of this > option. > > Could that me added? Something like vc-annotate-backend-option or so. Try (setq vc-hg-annotate-switches "-u"). The variable doesn't exist before that, but vc-switches is fine with it.