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: mercurial: commit -m "logmsg" command line: Emacs command Date: Thu, 15 Oct 2015 12:21:10 +0300 Message-ID: <561F7006.2020505@yandex.ru> References: <87si5chaum.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 1444901027 877 80.91.229.3 (15 Oct 2015 09:23:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2015 09:23:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 15 11:23:42 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 1ZmelA-0005jv-Ur for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 11:23:41 +0200 Original-Received: from localhost ([::1]:46610 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmelA-0001pv-0X for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 05:23:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmeiz-0000sO-2H for emacs-devel@gnu.org; Thu, 15 Oct 2015 05:21:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmeip-0002oI-8o for emacs-devel@gnu.org; Thu, 15 Oct 2015 05:21:20 -0400 Original-Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:38142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmeip-0002nx-3L for emacs-devel@gnu.org; Thu, 15 Oct 2015 05:21:15 -0400 Original-Received: by wicll6 with SMTP id ll6so9504797wic.1 for ; Thu, 15 Oct 2015 02:21:12 -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=H5X/3CEcazNJ3XfcuVgSRpikSdJ3pSigEYlj3qacywU=; b=xAlEvPGYsMVhdYPycGVMMI1hCt5VyNvczXFQY6ubB24CypCsgKiH3w1BZXx8K2/Utk bkHUkQ4BcB4euRLBOx2AKPooLwC6GHHTa7pZsswQPkHxV5KGvdbBViQYXmraFT+/1Xxf OFacClq13KO6VKaa5ezGXR3kD32wVJueEq15i4cOvutouMCkgf7qNzYpXtAy+uuGDfcD /Gm3XL0gOgx5FEvEBI1W4VjApBzA/PdS6Qs31+yHIpnc5a029TPDV0oO0m1YXAnogDHu zn/mFwdof5aYfsUWAzaXgD6K/U/Bqk7NsmtBMVUoQNOlLzppHz7HWMBgfJ2nUMXnui/S 39Kg== X-Received: by 10.194.118.5 with SMTP id ki5mr9072096wjb.94.1444900872220; Thu, 15 Oct 2015 02:21:12 -0700 (PDT) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id gd10sm15247446wjb.47.2015.10.15.02.21.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Oct 2015 02:21:11 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Thunderbird/41.0 In-Reply-To: <87si5chaum.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::22d 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:191622 Archived-At: On 10/15/2015 10:03 AM, Uwe Brauer wrote: > 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. I believe it tries to behave in line with all other VC backends, and commit only the changes in the marked files (or the current file, in this example). > Is there any comment I did not try out? What do I miss? You should try M-x vc-dir, mark both files, and commit.