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: vc-next-action RCS vs hg: copies the entry of ChangeLog Date: Thu, 15 Oct 2015 09:48:59 +0300 Message-ID: <87wpuohbj8.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444891837 20217 80.91.229.3 (15 Oct 2015 06:50:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2015 06:50:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 15 08:50:26 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 1ZmcMr-0002mO-Ry for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 08:50:25 +0200 Original-Received: from localhost ([::1]:46057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmcMr-0004l5-5j for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 02:50:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmcLm-0004VY-Rq for emacs-devel@gnu.org; Thu, 15 Oct 2015 02:49:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmcLj-0005u9-LE for emacs-devel@gnu.org; Thu, 15 Oct 2015 02:49:18 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmcLj-0005tz-Eb for emacs-devel@gnu.org; Thu, 15 Oct 2015 02:49:15 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZmcLf-0001Vj-TA for emacs-devel@gnu.org; Thu, 15 Oct 2015 08:49:13 +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 ; Thu, 15 Oct 2015 08:49:11 +0200 Original-Received: from oub by 192.115.67.55 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Oct 2015 08:49:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 11 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:XKh1AhUspfUUOjcoBMtWVhyF4So= 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:191617 Archived-At: Hi Switching from RCS to HG I noted a difference. If in RCS I run vc-next-action for checking in, Emacs copies into the vc-log the content of the most recent ChangeLog. Using the HG backend this behaviour is absent. Any possibility to enable it? Thanks Uwe Brauer