From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Listing branches in bzr Date: Fri, 22 Jan 2010 02:44:02 +0100 Message-ID: <874ome9an1.fsf@telefonica.net> References: <19288.55226.282748.425991@totara.tehura.co.nz> <87eilj81fi.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1264124686 27206 80.91.229.12 (22 Jan 2010 01:44:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Jan 2010 01:44:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 22 02:44:39 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.50) id 1NY8Zj-0001AZ-1R for ged-emacs-devel@m.gmane.org; Fri, 22 Jan 2010 02:44:39 +0100 Original-Received: from localhost ([127.0.0.1]:54951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NY8Zk-00050W-2P for ged-emacs-devel@m.gmane.org; Thu, 21 Jan 2010 20:44:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NY8Ze-0004zm-6t for emacs-devel@gnu.org; Thu, 21 Jan 2010 20:44:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NY8ZZ-0004vz-IQ for emacs-devel@gnu.org; Thu, 21 Jan 2010 20:44:33 -0500 Original-Received: from [199.232.76.173] (port=60385 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NY8ZZ-0004vq-Bs for emacs-devel@gnu.org; Thu, 21 Jan 2010 20:44:29 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:37963) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NY8ZY-0007ea-Tm for emacs-devel@gnu.org; Thu, 21 Jan 2010 20:44:29 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NY8ZT-00017p-Mo for emacs-devel@gnu.org; Fri, 22 Jan 2010 02:44:23 +0100 Original-Received: from 251.red-88-24-228.staticip.rima-tde.net ([88.24.228.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jan 2010 02:44:23 +0100 Original-Received: from ofv by 251.red-88-24-228.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jan 2010 02:44:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 251.red-88-24-228.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) Cancel-Lock: sha1:yD+cRACjfa6Ae6Vu+aPVawiQe+E= 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:120285 Archived-At: Lennart Borgman writes: >>> With git I think you can find out with "git branch -r".  I've tried bzr >>> branches "http://bzr.savannah.gnu.org/r/emacs" and "bzr branches >>> sftp://nickrob@bzr.savannah.gnu.org/srv/bzr/emacs/" but it just seems to hang. >> >> No, it's just very slow. 5 minutes or more. > > > I checked out Emacs from Launchpad instead. I tried the branch command: > > bzr branches lp:emacs > bzr: ERROR: http://bazaar.launchpad.net/~vcs-imports/emacs/trunk/ > is permanently redirected to /~vcs-imports/emacs/trunk/changes > > What is the error message trying to tell me? First, it is unlikely (although not impossible) that http://bazaar.launchpad.net/~vcs-imports/emacs/trunk/ contains several branches. It *is* a branch. bzr branches http://bazaar.launchpad.net/~vcs-imports/emacs/ returns an empty list. Given the special setup that Launchpad uses, it is possible that the `branches' command does not work on it. That said, the error report is quite cryptic, although it seems like coming from the some deep API and may be difficult to interpret on the outer layer were the plugin operates. If you are curious, file a bug report on the Bazaar `bzrtools' plugin home: https://launchpad.net/bzrtools