From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: vc-region-history: HG? Date: Wed, 17 Jan 2018 17:54:07 +0100 Message-ID: <87mv1c5suo.fsf@mat.ucm.es> References: <873735lvz9.fsf@mat.ucm.es> <83k1whybb3.fsf@gnu.org> <87r2qphe2m.fsf@mat.ucm.es> <87wp0htzmz.fsf@telefonica.net> <87shb5tt0f.fsf@telefonica.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: blaine.gmane.org 1516208772 30629 195.159.176.226 (17 Jan 2018 17:06:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 17 Jan 2018 17:06:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 17 18:06:07 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ebr9n-0006TJ-1q for ged-emacs-devel@m.gmane.org; Wed, 17 Jan 2018 18:05:47 +0100 Original-Received: from localhost ([::1]:47616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebrBn-0002vu-2p for ged-emacs-devel@m.gmane.org; Wed, 17 Jan 2018 12:07:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebr1n-00033q-E0 for emacs-devel@gnu.org; Wed, 17 Jan 2018 11:57:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebr1k-00046p-CN for emacs-devel@gnu.org; Wed, 17 Jan 2018 11:57:31 -0500 Original-Received: from [195.159.176.226] (port=60395 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebr1k-00045s-56 for emacs-devel@gnu.org; Wed, 17 Jan 2018 11:57:28 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ebqzV-0005Ay-TQ for emacs-devel@gnu.org; Wed, 17 Jan 2018 17:55:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:TbPzNq5Yu0duPMbJV1XxYqx+wEY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:222050 Archived-At: > Richard Copley writes: > In case it is not clear, the command is > git log -p -L10,20:foo.c > for printing the history of lines 10 to 20 of file foo.c I just checked with hg 4.4.1. The command hg log -fp -L foo.c,10:20 Produces basically the same. I might try at the weekend to implement it, but if somebody more familiar with vc want to do it, please go ahead.