From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: No commit in vc? Date: Thu, 28 Jan 2010 16:05:44 +0100 Message-ID: <87mxzytgl3.fsf@telefonica.net> References: <4B613BFB.2000107@swipnet.se> <87bpgev5bk.fsf@telefonica.net> <4B618AA4.1040403@swipnet.se> <87vdemtk4g.fsf@telefonica.net> <4B61A5BE.5050207@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1264691204 6901 80.91.229.12 (28 Jan 2010 15:06:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Jan 2010 15:06:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 28 16:06:42 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NaVx7-0002EA-Le for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2010 16:06:38 +0100 Original-Received: from localhost ([127.0.0.1]:58670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaVx6-0007dJ-5f for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2010 10:06:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaVwt-0007XS-AN for emacs-devel@gnu.org; Thu, 28 Jan 2010 10:06:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaVwo-0007Ul-Bp for emacs-devel@gnu.org; Thu, 28 Jan 2010 10:06:22 -0500 Original-Received: from [199.232.76.173] (port=60188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaVwo-0007Uf-6M for emacs-devel@gnu.org; Thu, 28 Jan 2010 10:06:18 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:40221) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaVwn-0003iL-LN for emacs-devel@gnu.org; Thu, 28 Jan 2010 10:06:17 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NaVwm-0001rG-2g for emacs-devel@gnu.org; Thu, 28 Jan 2010 16:06:16 +0100 Original-Received: from 92.red-88-24-231.staticip.rima-tde.net ([88.24.231.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jan 2010 16:06:16 +0100 Original-Received: from ofv by 92.red-88-24-231.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jan 2010 16:06:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.red-88-24-231.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) Cancel-Lock: sha1:9+YNC1N/WtnW33HnoTUG/fLMWRk= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120587 Archived-At: Jan Djärv writes: >> As mentioned on my response to Jason, it seems that bzr does not admit a >> `commit' comand with a list of files when there is a pending merge. The >> solution for this is to not mark files in VC-dir, but put the point on >> the `./' entry at the top and press `v' there. This commits all changes >> on the current working tree, which keeps bzr happy. > > I didn't mark any files. Probably vc takes that to mean the same as > marking edited files. This is a bug in vc that it tries to check in > individual files. But was the point over a file or on the top of the VC-dir buffer? If the point was over a file, VC-dir commits that file.