From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#1647: vc-bzr commit bug on win32 Date: Tue, 18 Aug 2020 07:28:11 +0300 Message-ID: <83y2mcfuhw.fsf@gnu.org> References: <20081220130243.4821ebf0.SuperMMX@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23210"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 1647@debbugs.gnu.org, supermmx@gmail.com To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 18 06:42:33 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k7tSD-0005wb-3J for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Aug 2020 06:42:33 +0200 Original-Received: from localhost ([::1]:38684 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k7tSC-00061E-20 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Aug 2020 00:42:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k7tF8-0008MA-4w for bug-gnu-emacs@gnu.org; Tue, 18 Aug 2020 00:29:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50417) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k7tF7-0007ZP-Ry for bug-gnu-emacs@gnu.org; Tue, 18 Aug 2020 00:29:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k7tF7-0002sI-KP for bug-gnu-emacs@gnu.org; Tue, 18 Aug 2020 00:29:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 18 Aug 2020 04:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 1647 X-GNU-PR-Package: emacs Original-Received: via spool by 1647-submit@debbugs.gnu.org id=B1647.159772491411019 (code B ref 1647); Tue, 18 Aug 2020 04:29:01 +0000 Original-Received: (at 1647) by debbugs.gnu.org; 18 Aug 2020 04:28:34 +0000 Original-Received: from localhost ([127.0.0.1]:33730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k7tEg-0002rf-44 for submit@debbugs.gnu.org; Tue, 18 Aug 2020 00:28:34 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k7tEd-0002rS-EG for 1647@debbugs.gnu.org; Tue, 18 Aug 2020 00:28:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45216) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k7tEX-0007WA-QM; Tue, 18 Aug 2020 00:28:25 -0400 Original-Received: from [176.228.60.248] (port=1952 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k7tEW-0001uT-Jd; Tue, 18 Aug 2020 00:28:25 -0400 In-Reply-To: (message from Stefan Kangas on Mon, 17 Aug 2020 22:23:19 +0000) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:185437 Archived-At: > From: Stefan Kangas > Date: Mon, 17 Aug 2020 22:23:19 +0000 > Cc: 1647@debbugs.gnu.org > > > 1) In vc-dired, there are more than one file modified, mark some of them, > > and do commit, all the files get committed, not only the marked ones. > > 2) If the commit comment has more than one lines, only the first one > > is passed to Bazaar, and all the files get committed. > > > > It seems that this is related with \n in commit comment (no matter one line > > or multi-line). > > > > But there is no problem under Linux. > > > > Anyone met this problem ? > > (This was reported over 11 years ago, but unfortunately never got a > reply at the time.) > > Are you still seeing this on a modern version of Emacs, such as the > recently released Emacs 27.1? I just tried it, and didn't see any of these problems. So either the problem was fixed since then, or it was due to some local issue to begin with.