From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: Redesigh of the VC front end Date: Tue, 06 May 2008 15:36:30 -0400 Message-ID: <87prrzjkch.fsf@red-bean.com> References: <20080506003943.80ED89F054C@snark.thyrsus.com> <87r6cgkynz.fsf@red-bean.com> <20080506080803.GB23773@thyrsus.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210102617 3800 80.91.229.12 (6 May 2008 19:36:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 May 2008 19:36:57 +0000 (UTC) Cc: "Eric S. Raymond" , emacs-devel@gnu.org To: esr@thyrsus.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 06 21:37:32 2008 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.50) id 1JtSyY-0004tA-B3 for ged-emacs-devel@m.gmane.org; Tue, 06 May 2008 21:37:22 +0200 Original-Received: from localhost ([127.0.0.1]:48792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtSxq-0001Aj-3E for ged-emacs-devel@m.gmane.org; Tue, 06 May 2008 15:36:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtSxl-000194-Tt for emacs-devel@gnu.org; Tue, 06 May 2008 15:36:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtSxl-00018j-5e for emacs-devel@gnu.org; Tue, 06 May 2008 15:36:33 -0400 Original-Received: from [199.232.76.173] (port=55429 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtSxk-00018g-Su for emacs-devel@gnu.org; Tue, 06 May 2008 15:36:32 -0400 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JtSxk-00006o-RZ for emacs-devel@gnu.org; Tue, 06 May 2008 15:36:32 -0400 Original-Received: from localhost ([127.0.0.1]:42847 helo=floss) by sanpietro.red-bean.com with esmtp (Exim 4.69) (envelope-from ) id 1JtSxj-0004Ke-G8; Tue, 06 May 2008 14:36:31 -0500 In-Reply-To: <20080506080803.GB23773@thyrsus.com> (Eric S. Raymond's message of "Tue, 6 May 2008 04:08:03 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:96611 Archived-At: "Eric S. Raymond" writes: > In Subversion's case, that would be the entire checkout. So, for > example, you could specify "svn log ." by selecting "." and keying C-x > v l, but "svn log" by selecting the top line entry. > > I believe these cases behave slighly differently in Subversion. If I am > wrong, feel free to correct me. In Subversion, those cases should behave exactly the same always, but you are right that they are both valid commands (in Subversion, supplying no arguments usually results in an "implied `.'" behavior). Glad the cat is helping... :-). -Karl