From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Listing branches with bzr Date: Tue, 1 Dec 2009 14:00:29 -0800 (PST) Message-ID: <200912012200.nB1M0T5P028531@godzilla.ics.uci.edu> References: <83638qms4h.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259705073 29758 80.91.229.12 (1 Dec 2009 22:04:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 22:04:33 +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 23:04:26 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 1NFapd-00039L-In for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 23:04:25 +0100 Original-Received: from localhost ([127.0.0.1]:59093 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFapd-0007jR-8h for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 17:04:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFap0-0007Sq-Uf for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:03:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFaov-0007Q6-Vm for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:03:46 -0500 Original-Received: from [199.232.76.173] (port=51011 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFaov-0007Q1-O6 for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:03:41 -0500 Original-Received: from colin-baker-v0.ics.uci.edu ([128.195.1.153]:60046) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFaoq-000603-6V; Tue, 01 Dec 2009 17:03:36 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by colin-baker-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nB1M0TDP022429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Dec 2009 14:00:29 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nB1M0T5P028531; Tue, 1 Dec 2009 14:00:29 -0800 (PST) In-Reply-To: <83638qms4h.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 01 Dec 2009 21:06:06 +0200") Original-Lines: 9 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nB1M0TDP022429 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_BZ 0.08) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu 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:118076 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. 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.