From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: vc-next-action RCS vs hg: copies the entry of ChangeLog Date: Sun, 18 Oct 2015 10:58:45 +0300 Message-ID: <56235135.3060503@yandex.ru> References: <87wpuohbj8.fsf@mat.ucm.es> <561F85F2.2030002@yandex.ru> <87fv18oe04.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1445155159 22903 80.91.229.3 (18 Oct 2015 07:59:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2015 07:59:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 18 09:59:15 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 1Znis6-00024D-Qb for ged-emacs-devel@m.gmane.org; Sun, 18 Oct 2015 09:59:14 +0200 Original-Received: from localhost ([::1]:32785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Znis6-0002Mj-2I for ged-emacs-devel@m.gmane.org; Sun, 18 Oct 2015 03:59:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zniro-0002Mc-OM for emacs-devel@gnu.org; Sun, 18 Oct 2015 03:58:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Znirg-0002q1-G8 for emacs-devel@gnu.org; Sun, 18 Oct 2015 03:58:56 -0400 Original-Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:34659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Znirg-0002pw-AB for emacs-devel@gnu.org; Sun, 18 Oct 2015 03:58:48 -0400 Original-Received: by wikq8 with SMTP id q8so12410318wik.1 for ; Sun, 18 Oct 2015 00:58:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=o0w/170cFaHubj/3UJGfQDkOk8ojaBkIsndwrWS2k8Y=; b=Jt9kHrNgQQBurpWfaICUSht8H641q8HPOY2hpzsL1VgWl6j7v3MX1e3djp8fuwvt8e NEWz3OEAnBBsMWOUSj0a/lmr0YeeiIBzFcY03JBDXLsARjJsfdKmUJaVI7PBNJ5J8NbG D8Q6UO1DW51KpLHchrs4vLdvhCAGLXJOIPaS/HFZJHfKtAm1lIkReDrXZgAuMWFejC3/ e2TA+X76VNhDD05WFjpLdoZk5vj8e4z1NEj1OC8DJv2b6CmzgEie+Teo7FG/+56HHiU8 kEpznL2ZNDxYhoVsNSs/HKM1FqPD1Mj/LLwyBSDZauYzuhsPxZfpnc9sQmqLmQLexNgX yB2A== X-Received: by 10.180.219.106 with SMTP id pn10mr14847533wic.56.1445155127724; Sun, 18 Oct 2015 00:58:47 -0700 (PDT) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id gl9sm13121608wjb.10.2015.10.18.00.58.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Oct 2015 00:58:46 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 In-Reply-To: <87fv18oe04.fsf@mat.ucm.es> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::232 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:191916 Archived-At: On 10/18/2015 10:02 AM, Uwe Brauer wrote: > Do you mean that if you use vc-log-print you see the content of the ChangeLog? I mean that when I make changes to a Hg-controlled file, save, add an entry to the nearby ChangeLog file, switch back to the source file and press `C-x v v', the entry from the ChangeLog file is added to the opened buffer (where you edit the commit message). I haven't actually tried committing and then looking at the log, but why wouldn't it be there?