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: Re: Listing branches with bzr Date: Thu, 03 Dec 2009 05:55:51 +0200 Message-ID: <83einclni0.fsf@gnu.org> References: <83638qms4h.fsf@gnu.org> <200912012200.nB1M0T5P028531@godzilla.ics.uci.edu> <83pr6yknxo.fsf@gnu.org> <200912022324.nB2NOON2007714@fed.local> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1259812693 30514 80.91.229.12 (3 Dec 2009 03:58:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 03:58:13 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: Xavier Maillard Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 03 04:58:06 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 1NG2pR-0008Ve-E4 for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 04:58:05 +0100 Original-Received: from localhost ([127.0.0.1]:43681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG2pR-0005Rh-3T for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 22:58:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NG2pK-0005OJ-P9 for emacs-devel@gnu.org; Wed, 02 Dec 2009 22:57:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NG2pF-0005Gr-ND for emacs-devel@gnu.org; Wed, 02 Dec 2009 22:57:58 -0500 Original-Received: from [199.232.76.173] (port=53221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG2pF-0005Gg-JO for emacs-devel@gnu.org; Wed, 02 Dec 2009 22:57:53 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:50403) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NG2pD-00008W-Kj; Wed, 02 Dec 2009 22:57:51 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KU2000005EAGW00@a-mtaout22.012.net.il>; Thu, 03 Dec 2009 05:57:49 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.213.252]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KU200M7C5OBGH70@a-mtaout22.012.net.il>; Thu, 03 Dec 2009 05:57:48 +0200 (IST) In-reply-to: <200912022324.nB2NOON2007714@fed.local> 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:118165 Archived-At: > Date: Thu, 3 Dec 2009 00:24:24 +0100 > From: Xavier Maillard > CC: dann@ics.uci.edu, emacs-devel@gnu.org > Jabber-ID: xavier@maillard.im > > > > Date: Tue, 1 Dec 2009 14:00:29 -0800 (PST) > > From: Dan Nicolaescu > > Cc: emacs-devel@gnu.org > > > > 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. > > > > If you find a command/set of commands that do this, then we can add a > > vc-bzr function to do it, and bind it to the vc and vc-dir menu. > > Seems like "bzr branches" is it, although I didn't yet try it. > > Note that this command is not part of the default GNU Bazaar > distribution but is in the bzrtools package. Yes, I understand. But bzrtools is generally considered as a must-have; e.g., the Windows installer installs it by default. Perhaps VC Mode should suggest installing it if the command brings an error, though.