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: mercurial: commit -m "logmsg" command line: Emacs command Date: Thu, 15 Oct 2015 10:03:45 +0300 Message-ID: <87si5chaum.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444892730 968 80.91.229.3 (15 Oct 2015 07:05:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2015 07:05:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 15 09:05:21 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 1Zmcb9-0000iD-Of for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 09:05:11 +0200 Original-Received: from localhost ([::1]:46087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmcb9-0006ob-0i for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 03:05:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmca6-0006jJ-W4 for emacs-devel@gnu.org; Thu, 15 Oct 2015 03:04:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmca0-0001ou-Ub for emacs-devel@gnu.org; Thu, 15 Oct 2015 03:04:06 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:59591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmca0-0001og-NT for emacs-devel@gnu.org; Thu, 15 Oct 2015 03:04:00 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZmcZx-00083K-JN for emacs-devel@gnu.org; Thu, 15 Oct 2015 09:03:58 +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 09:03:57 +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 09:03:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 17 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:y0OL3ASHDfbbJDDZCHVlbbDRszQ= 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:191619 Archived-At: Hello Coming from RCS, I thought that vc-next-action in a file under HG control, it would be equivalent to run hg commit -m "logmsg" >From the command line. However it is not. I tested it several times. I modify 2 files, but run vc-next-action only in one of them. Hg status tells me the second is modified. When I push to bitbucket only the one I run vc-next-action is pushed. Is there any comment I did not try out? What do I miss? Thanks Uwe Brauer