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: Mon, 19 Oct 2015 13:57:27 +0300 Message-ID: <878u6z86so.fsf@mat.ucm.es> References: <87wpuohbj8.fsf@mat.ucm.es> <561F85F2.2030002@yandex.ru> <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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445252287 9950 80.91.229.3 (19 Oct 2015 10:58:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2015 10:58:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 12:57:58 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 1Zo88b-0004UZ-Fd for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 12:57:57 +0200 Original-Received: from localhost ([::1]:38213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo88a-0004BS-Jy for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 06:57:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo88L-0004BH-Lt for emacs-devel@gnu.org; Mon, 19 Oct 2015 06:57:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zo88I-0003Pe-Eh for emacs-devel@gnu.org; Mon, 19 Oct 2015 06:57:41 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:40477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo88I-0003PR-87 for emacs-devel@gnu.org; Mon, 19 Oct 2015 06:57:38 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zo88F-0004HV-F8 for emacs-devel@gnu.org; Mon, 19 Oct 2015 12:57:36 +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 ; Mon, 19 Oct 2015 12:57:35 +0200 Original-Received: from oub by 192.115.67.55 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Oct 2015 12:57:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 37 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:/P+gt0AncCViqV+2HEu2Bq/7g7M= 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:192069 Archived-At: > On 10/19/2015 01:45 PM, Uwe Brauer wrote: > Right. It shows the full contents of commit messages. Which should > have ChangeLog entries in them, if you committed from inside Emacs, > using vc-next-action. > Indeed. > Because, like I explained in this very thread, vc-hg-print-log doesn't > use the '-v' argument when calling 'hg log'. > Call 'hg log -v' at this step. > 'git log' doesn't need '-v'. You are right I am wrong. I send you a possible hg log hg log --template "commit {node}\nAuthor: {author}\nDate: {date|rfc822date}\n{desc}\n{nofiles}\n" And for me it looks very much than the one of git, so one could just use the same code. However you seem to prefer a different format. Could you please tell me what you have in mind? So I could try to play with the templates. Thanks