From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.devel Subject: Re: Listing branches with bzr Date: Tue, 1 Dec 2009 22:57:01 +0100 Organization: GNU's Not UNIX! Message-ID: <200912012157.nB1Lv1PI028147@fed.local> References: <83638qms4h.fsf@gnu.org> <877ht6qsf3.fsf@red-bean.com> Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1259704703 28325 80.91.229.12 (1 Dec 2009 21:58:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 21:58:23 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 01 22:58:16 2009 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 1NFajc-0000JL-Bp for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 22:58:15 +0100 Original-Received: from localhost ([127.0.0.1]:57795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFajb-0003FE-6Y for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 16:58:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFahw-0002VS-Ay for emacs-devel@gnu.org; Tue, 01 Dec 2009 16:56:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFahq-0002R7-M9 for emacs-devel@gnu.org; Tue, 01 Dec 2009 16:56:26 -0500 Original-Received: from [199.232.76.173] (port=48081 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFahq-0002R3-8t for emacs-devel@gnu.org; Tue, 01 Dec 2009 16:56:22 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]:39256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFahn-0005WD-KO; Tue, 01 Dec 2009 16:56:19 -0500 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 0AE7AC4410; Tue, 1 Dec 2009 16:56:19 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 01 Dec 2009 16:56:19 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:message-id:from:to:cc:in-reply-to:subject:reply-to:references; s=smtpout; bh=xHmZlMTiVXPG/rj+ltL8Qc+retk=; b=p2ZCzl6TcqvaXrjjA7eN9JGaYNVb4yF5FC3La7hwza4KITbRxPZftJxuCvC3XFVyZBVAaUAzzzKNBc1aCqPV+8z9/2QdP8nZfvbaMlbuGsf7wFZGAK07qVH4DYwpqBgcq2g07wdUi2PSrAwCyPc/dVz3SIIp+sPt5pZ0lGGuWVY= X-Sasl-enc: Vhcpq/INatGuIKMWGwuexPTO68/qp/2WUkdQ3wQZFA2Y 1259704578 Original-Received: from fed.local (cha51-2-82-244-211-40.fbx.proxad.net [82.244.211.40]) by mail.messagingengine.com (Postfix) with ESMTPSA id 89C2C1A950; Tue, 1 Dec 2009 16:56:18 -0500 (EST) Original-Received: from fed.local (fed.local [127.0.0.1]) by fed.local (8.14.3/8.14.3) with ESMTP id nB1Lv2Be028151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Dec 2009 22:57:02 +0100 Original-Received: (from xavier@localhost) by fed.local (8.14.3/8.14.3/Submit) id nB1Lv1PI028147; Tue, 1 Dec 2009 22:57:01 +0100 X-Authentication-Warning: fed.local: xavier set sender to xma@gnu.org using -f In-reply-to: <877ht6qsf3.fsf@red-bean.com> (message from Karl Fogel on Tue, 01 Dec 2009 15:46:08 -0600) User-Agent: Rmail/23.1.1 Emacs/23.1.1 (gnu/linux) Jabber-ID: xavier@maillard.im X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:118073 Archived-At: Eli Zaretskii writes: > Is there a bzr command to show all the branches in the master > repository? I couldn't find such a command. "bzr tags" comes the > closest, but it only shows the tags that were used to start each > branch, not the branch names. I don't know of one -- I just use the loggerhead browser for this (though switching UIs to do a listing is not ideal, of course). Isn't 'bzr branches' supposed to achieve such task ? For example, on my shared repository: bzr branches ~/repos/dokuwiki-el administrativia dokuwiki-mode fontify-buffer trunk Regards Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org