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: New VC appears ready for merge Date: Tue, 09 Oct 2007 18:37:24 -0700 Message-ID: <200710100137.l9A1bgA4024095@oogie-boogie.ics.uci.edu> References: <20071009152141.GA4061@thyrsus.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191980448 20875 80.91.229.12 (10 Oct 2007 01:40:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 01:40:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: esr@thyrsus.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 10 03:40:45 2007 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 1IfQZ1-00016B-CR for ged-emacs-devel@m.gmane.org; Wed, 10 Oct 2007 03:40:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfQYv-00011b-DR for ged-emacs-devel@m.gmane.org; Tue, 09 Oct 2007 21:40:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfQYs-00011M-Fo for emacs-devel@gnu.org; Tue, 09 Oct 2007 21:40:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfQYr-00010I-Di for emacs-devel@gnu.org; Tue, 09 Oct 2007 21:40:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfQYr-000102-8f for emacs-devel@gnu.org; Tue, 09 Oct 2007 21:40:33 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfQYq-00068V-Qp for emacs-devel@gnu.org; Tue, 09 Oct 2007 21:40:33 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l9A1bgA4024095; Tue, 9 Oct 2007 18:37:42 -0700 (PDT) In-Reply-To: <20071009152141.GA4061@thyrsus.com> (Eric S. Raymond's message of "Tue\, 9 Oct 2007 11\:21\:41 -0400") Original-Lines: 24 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 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:80489 Archived-At: "Eric S. Raymond" writes: > Dan, I'd appreciate getting a green light from you within the next > couple of days. I want to get to work on the post-merge issues > (including your "No fileset is available" gripelet, speeding up > VC-Dired, and the terminology cleanup) but right now I don't want to > do anything that will cause new VC to diverge more from CVS head. Please add a changelog entry for vc-switch-backend. This got recently merged in, so please update your version: @@ -66,8 +64,8 @@ ;; This mode is fully documented in the Emacs user's manual. ;; ;; Supported version-control systems presently include CVS, RCS, GNU -;; Arch, Subversion, Bzr, Mercurial, Meta-CVS, and SCCS (or its free -;; replacement, CSSC). +;; Arch, Subversion, Bzr, Git, Mercurial, Meta-CVS, Monotone and SCCS +;; (or its free replacement, CSSC). Other than that, I don't see any stoppers. Thank you for the patient way of handling this.