From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Listing branches with bzr Date: Tue, 01 Dec 2009 21:06:06 +0200 Message-ID: <83638qms4h.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1259694550 23544 80.91.229.12 (1 Dec 2009 19:09:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 19:09:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 01 20:09:03 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 1NFY5t-0000Ke-Nj for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 20:09:01 +0100 Original-Received: from localhost ([127.0.0.1]:50511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFY5t-0004wc-Ap for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 14:09:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFY5O-0004Ib-T4 for emacs-devel@gnu.org; Tue, 01 Dec 2009 14:08:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFY5J-00049l-H5 for emacs-devel@gnu.org; Tue, 01 Dec 2009 14:08:29 -0500 Original-Received: from [199.232.76.173] (port=39338 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFY5I-00049N-Qm for emacs-devel@gnu.org; Tue, 01 Dec 2009 14:08:24 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:55578) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFY5I-0004j7-DX for emacs-devel@gnu.org; Tue, 01 Dec 2009 14:08:24 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KTZ00400MDBCW00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 01 Dec 2009 21:08:05 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.213.252]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KTZ0018KMHGQ880@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 01 Dec 2009 21:08:05 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: 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:118045 Archived-At: 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. Am I missing something?