From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: feature proposal: vc-annotate for hg: include the author Date: Wed, 14 Oct 2015 11:25:08 +0300 Message-ID: <87bnc1g8m3.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444811219 27841 80.91.229.3 (14 Oct 2015 08:26:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Oct 2015 08:26:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 14 10:26:50 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 1ZmHOY-0000zz-GH for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 10:26:46 +0200 Original-Received: from localhost ([::1]:41119 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmHOX-0004E2-OU for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 04:26:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmHNC-0002ft-9c for emacs-devel@gnu.org; Wed, 14 Oct 2015 04:25:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmHN8-0000Iy-HB for emacs-devel@gnu.org; Wed, 14 Oct 2015 04:25:22 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:33635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmHN8-0000Iu-Al for emacs-devel@gnu.org; Wed, 14 Oct 2015 04:25:18 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZmHN5-00085f-Ri for emacs-devel@gnu.org; Wed, 14 Oct 2015 10:25:16 +0200 Original-Received: from 192.115.67.55 ([192.115.67.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Oct 2015 10:25:15 +0200 Original-Received: from oub by 192.115.67.55 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Oct 2015 10:25:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 192.115.67.55 Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:439QNJrqFQXtGK1U/Y6HoPKZLqE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:191533 Archived-At: Hello When I run vc-annotate in a file which is under git control the author is shown. When I do the same for a file under hg control the author is not shown. However from the command line I can do hg annotate -u file.tex And the author is displayed. 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. Thanks Uwe Brauer