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: Listing branches with bzr Date: Tue, 01 Dec 2009 15:46:08 -0600 Message-ID: <877ht6qsf3.fsf@red-bean.com> References: <83638qms4h.fsf@gnu.org> 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 1259704001 25849 80.91.229.12 (1 Dec 2009 21:46:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 21:46:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 01 22:46:33 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 1NFaYC-0003CZ-9P for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 22:46:24 +0100 Original-Received: from localhost ([127.0.0.1]:35102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFaYB-0006Hi-Le for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 16:46:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFaY6-0006Hc-6Z for emacs-devel@gnu.org; Tue, 01 Dec 2009 16:46:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFaY0-0006H1-Kw for emacs-devel@gnu.org; Tue, 01 Dec 2009 16:46:16 -0500 Original-Received: from [199.232.76.173] (port=47265 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFaY0-0006Gy-GM for emacs-devel@gnu.org; Tue, 01 Dec 2009 16:46:12 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.206.141]:33484) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFaXy-0004PT-Km; Tue, 01 Dec 2009 16:46:10 -0500 Original-Received: from localhost ([127.0.0.1]:44142 helo=kfogel-work ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.69) (envelope-from ) id 1NFaXx-0002WL-M4; Tue, 01 Dec 2009 15:46:09 -0600 In-Reply-To: <83638qms4h.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 01 Dec 2009 21:06:06 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) 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:118069 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).