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: Re: vc-next-action RCS vs hg: copies the entry of ChangeLog Date: Tue, 20 Oct 2015 09:05:01 +0300 Message-ID: <87bnbuqdma.fsf@mat.ucm.es> References: <87wpuohbj8.fsf@mat.ucm.es> <87fv18oe04.fsf@mat.ucm.es> <56235135.3060503@yandex.ru> <877fmkoa6v.fsf@mat.ucm.es> <56236B6F.8070401@yandex.ru> <871tcsl41h.fsf@mat.ucm.es> <5623FB62.5020507@yandex.ru> <877fmjqrd5.fsf@mat.ucm.es> <83y4ezgwun.fsf@gnu.org> <87vba3p95y.fsf@mat.ucm.es> <83pp0bgt09.fsf@gnu.org> <87lhazp81q.fsf@mat.ucm.es> <83oafvgrfa.fsf@gnu.org> <87pp0b8biu.fsf@mat.ucm.es> <5624B5DD.9000500@yandex.ru> <87h9ln87cg.fsf@mat.ucm.es> <5624CB1C.8020004@yandex.ru> <878u6z86so.fsf@mat.ucm.es> <5624CDB9.505@yandex.ru> <87d1wb806o.fsf@mat.ucm.es> <562580D4.2010508@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445321176 29359 80.91.229.3 (20 Oct 2015 06:06:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Oct 2015 06:06:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 20 08:06:02 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 1ZoQ3d-00053j-5h for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2015 08:06:01 +0200 Original-Received: from localhost ([::1]:43975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoQ3c-00029q-Df for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2015 02:06:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoQ3Y-00029h-Mg for emacs-devel@gnu.org; Tue, 20 Oct 2015 02:05:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoQ3V-0001bV-DW for emacs-devel@gnu.org; Tue, 20 Oct 2015 02:05:56 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:57026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoQ3V-0001bQ-6Z for emacs-devel@gnu.org; Tue, 20 Oct 2015 02:05:53 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZoQ3S-0004sG-0c for emacs-devel@gnu.org; Tue, 20 Oct 2015 08:05:50 +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 ; Tue, 20 Oct 2015 08:05:49 +0200 Original-Received: from oub by 192.115.67.55 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Oct 2015 08:05:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 35 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:qTDolDDnfNVDSjif4ZGB1aqqWFw= 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:192150 Archived-At: >>> "Dmitry" == Dmitry Gutov writes: > On 10/19/2015 04:20 PM, Uwe Brauer wrote: >> So I think the new template should be fine or you want to fiddle me the >> newlines? > Why newlines? > The obvious difference is that the values are not lined up vertically. > But you can add spaces to fix that, manually. Then: > - No need to replace "summary:" with "description:". > - Even when the commit doesn't have a tag, your template still shows that line. > - The date format is slightly different. > - When the commit has multiple parents, the default style shows them both, yours doesn't. Ok, I will ask on the mercurial list for more help. >> How to implement that in is not entirely clear to me. Maybe a different >> template for hg is needed? > I don't know what you mean by that. What I mean is suppose I come up with the hg template which meets all the requirements, I would leave it to the vc maintainer to implement that in lisp. For me it is not obvious how to do it. > It's okay if this is too much for you. Then please open a bug for > this, and we'll get back to it later. Maybe someone experienced with > Mercurial will come and help. If I don't get a useful respond on the Mercurial list, I will do that.