From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: [vc-git] Showing =?utf-8?b?4oCYLmdpdC8q4oCZ?= files in vc-dir Date: Thu, 01 Jul 2010 11:26:33 -0400 Message-ID: References: <4C2A5279.2080706@cybersprocket.com> <4C2C4573.1060203@swipnet.se> <4C2C5E9C.1000701@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277998005 32497 80.91.229.12 (1 Jul 2010 15:26:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 15:26:45 +0000 (UTC) Cc: Eric James Michael Ritz , Stefan Monnier , emacs-devel@gnu.org To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 01 17:26: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 1OULez-0007hs-UI for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 17:26:42 +0200 Original-Received: from localhost ([127.0.0.1]:44106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OULez-0001M6-9M for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 11:26:41 -0400 Original-Received: from [199.232.76.173] (port=56416 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OULet-0001Kc-Pz for emacs-devel@gnu.org; Thu, 01 Jul 2010 11:26:35 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OULes-0007kr-BT for emacs-devel@gnu.org; Thu, 01 Jul 2010 11:26:35 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:45854) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OULes-0007km-3Z for emacs-devel@gnu.org; Thu, 01 Jul 2010 11:26:34 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OULer-00058m-SS; Thu, 01 Jul 2010 11:26:33 -0400 In-Reply-To: <4C2C5E9C.1000701@swipnet.se> ("Jan =?iso-8859-1?Q?Dj=E4rv=22?= =?iso-8859-1?Q?'s?= message of "Thu\, 01 Jul 2010 11\:23\:40 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) 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:126626 Archived-At: Jan Dj=E4rv writes: > 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 > commit with pending merges present. So I have done commits from the > command line when I really didn't need to, bummer... > > FWIW, I think vc-dir should be similar to the command line in this > respect, i.e. just commit if there are unregistered files present. > After all, it is not a limitation of the underlying version control > system. vc-dir does not care, it just uses C-x v v For 'unregistered files C-x v v says that the next action is vc-register For 'edited files C-x v v says that the next action is vc-checkin Hence it can't do both...