From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?windows-1252?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [vc-git] Showing =?windows-1252?q?=91=2Egit/*=92_files_in_vc-?= =?windows-1252?q?dir?= Date: Thu, 01 Jul 2010 11:23:40 +0200 Message-ID: <4C2C5E9C.1000701@swipnet.se> References: <4C2A5279.2080706@cybersprocket.com> <4C2C4573.1060203@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277976247 15672 80.91.229.12 (1 Jul 2010 09:24:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 09:24:07 +0000 (UTC) Cc: Eric James Michael Ritz , Stefan Monnier , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 01 11:24:05 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 1OUG05-0006BM-59 for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 11:24:05 +0200 Original-Received: from localhost ([127.0.0.1]:54795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUG03-0005NM-V4 for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 05:24:04 -0400 Original-Received: from [140.186.70.92] (port=47967 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUFzq-0005LJ-QD for emacs-devel@gnu.org; Thu, 01 Jul 2010 05:23:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUFzl-0006OM-LL for emacs-devel@gnu.org; Thu, 01 Jul 2010 05:23:50 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:47717) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUFzj-0006NR-LS; Thu, 01 Jul 2010 05:23:43 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 1CD8CEB02A; Thu, 1 Jul 2010 11:23:41 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosyAMv7K0xV4S0jPGdsb2JhbACHbpd0DAEBAQE1Lb4zhSUE X-IronPort-AV: E=Sophos;i="4.53,518,1272837600"; d="scan'208";a="96627034" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb2.telenor.se with ESMTP; 01 Jul 2010 11:23:41 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 10FE97FA05A; Thu, 1 Jul 2010 11:23:41 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:126605 Archived-At: Dan Nicolaescu skrev 2010-07-01 10.32: > Jan Dj=E4rv writes: > >> I almost always have unregistered files (.emacs.desktop for one), and >> thus can't commit from vc-dir ("files must have the same state") as >> bzr on savannah does not accept a list of files in the commit. > > What do you mean? > Most commits are lists of files: file(s) + ChangeLog. > You can mark files with m (or M to mark all files in the same state). > After marking at least one item, C-x v v applies to the list of marked= things. Reading earlier messages, I see I confused this with not being able to co= mmit=20 with pending merges present. So I have done commits from the command lin= e=20 when I really didn't need to, bummer... FWIW, I think vc-dir should be similar to the command line in this respec= t,=20 i.e. just commit if there are unregistered files present. After all, it = is=20 not a limitation of the underlying version control system. Jan D.