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: Bug in VC? Date: Fri, 22 Feb 2008 17:21:57 -0800 Message-ID: <200802230121.m1N1LvjA001166@sallyv1.ics.uci.edu> References: <20080222114319.7511b5fc@ba-sing-se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203729761 7096 80.91.229.12 (23 Feb 2008 01:22:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 01:22:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Adolfo De Unanue Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 02:23:05 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 1JSj6T-00048z-NG for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 02:23:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSj5y-00047Q-93 for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 20:22:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSj5u-00045y-Kv for emacs-devel@gnu.org; Fri, 22 Feb 2008 20:22:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSj5t-00045e-3I for emacs-devel@gnu.org; Fri, 22 Feb 2008 20:22:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSj5s-00045X-Vp for emacs-devel@gnu.org; Fri, 22 Feb 2008 20:22:25 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JSj5s-0001x9-Hv for emacs-devel@gnu.org; Fri, 22 Feb 2008 20:22:24 -0500 X-ICS-MailScanner-Watermark: 1204334520.68788@TVfURsSZq6r6i+mb5RanVA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m1N1LvjA001166; Fri, 22 Feb 2008 17:21:57 -0800 (PST) In-Reply-To: <20080222114319.7511b5fc@ba-sing-se> (Adolfo De Unanue's message of "Fri, 22 Feb 2008 11:43:19 -0600") Original-Lines: 15 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_BZ 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:90083 Archived-At: Adolfo De Unanue writes: > Hi i'm using GNU/Emacs from cvs, and Bazaar as VCS. All the operations > works except 'C-x v i' with this message: > > Can't register explicict version with bzr > > > Is this a bug? Yep, it is. vc-bzr-init-version should be renamed vc-bzr-init-revision. I'll check in a fix later today.