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: vc-dir header for bzr Date: Mon, 01 Dec 2008 15:30:13 -0500 Message-ID: <87vdu3bpuy.fsf@red-bean.com> References: <200810292207.58558.tim@penhey.net> <874p2h36n4.fsf@red-bean.com> <200812012010.mB1KAYsT016435@mothra.ics.uci.edu> 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 1228163516 6100 80.91.229.12 (1 Dec 2008 20:31:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Dec 2008 20:31:56 +0000 (UTC) Cc: Tim Penhey , Barry Warsaw , Emacs Development To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 01 21:32:58 2008 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 1L7FRk-00039v-0s for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 21:32:49 +0100 Original-Received: from localhost ([127.0.0.1]:50449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7FQV-0006EN-Od for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 15:31:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7FPk-0005wJ-1p for emacs-devel@gnu.org; Mon, 01 Dec 2008 15:30:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7FPi-0005vZ-8Z for emacs-devel@gnu.org; Mon, 01 Dec 2008 15:30:39 -0500 Original-Received: from [199.232.76.173] (port=46253 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7FPi-0005vR-16 for emacs-devel@gnu.org; Mon, 01 Dec 2008 15:30:38 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]:42733) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L7FPh-0003lR-29 for emacs-devel@gnu.org; Mon, 01 Dec 2008 15:30:37 -0500 Original-Received: from localhost ([127.0.0.1]:57464 helo=floss ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.69) (envelope-from ) id 1L7FPK-0002TE-H7; Mon, 01 Dec 2008 14:30:14 -0600 In-Reply-To: <200812012010.mB1KAYsT016435@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 1 Dec 2008 12:10:34 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (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:106405 Archived-At: Dan Nicolaescu writes: > Since you seem to be interested in VC with bzr, can you please look at > the following issue too? I'm actually not much of a bzr user yet. However, I'm becoming one soon, thanks to a fortuitous intersection of work and interest. So I'll try to remember to look at this once I'm more expert -- but feel free to poke me again in month or so too. -Karl > In vc-dir it is possible to add custom headers for each VC backend. > Currently for bzr only a single one is used "Parent branch". > But it seems that "bzr info" offers more information that can be useful: > > $ bzr info > Standalone tree (format: pack-0.92) > Location: > branch root: FOOBAR > > Related branches: > push branch: FOO > parent branch: BAR > > > Is there anything else that could be added to the headers here? > Thanks. > --dan