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: vc-dir header for bzr (was: Re: [PATCH] vc-bzr.el: avoid stomping files across hardlink branches.) Date: Mon, 1 Dec 2008 12:10:34 -0800 (PST) Message-ID: <200812012010.mB1KAYsT016435@mothra.ics.uci.edu> References: <200810292207.58558.tim@penhey.net> <874p2h36n4.fsf@red-bean.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228162284 30133 80.91.229.12 (1 Dec 2008 20:11:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Dec 2008 20:11:24 +0000 (UTC) Cc: Tim Penhey , Barry Warsaw , Emacs Development To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 01 21:12:26 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 1L7F85-0003dA-ML for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 21:12:26 +0100 Original-Received: from localhost ([127.0.0.1]:54485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7F6v-0004NL-Jb for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 15:11:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7F6a-0004Fg-8B for emacs-devel@gnu.org; Mon, 01 Dec 2008 15:10:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7F6Z-0004F7-7B for emacs-devel@gnu.org; Mon, 01 Dec 2008 15:10:51 -0500 Original-Received: from [199.232.76.173] (port=33111 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7F6Z-0004F2-1V for emacs-devel@gnu.org; Mon, 01 Dec 2008 15:10:51 -0500 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:64644) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1L7F6Y-0001QU-4o for emacs-devel@gnu.org; Mon, 01 Dec 2008 15:10:50 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mB1KAahG001109; Mon, 1 Dec 2008 12:10:41 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mB1KAYsT016435; Mon, 1 Dec 2008 12:10:34 -0800 (PST) In-Reply-To: <874p2h36n4.fsf@red-bean.com> (Karl Fogel's message of "Sat, 08 Nov 2008 22:44:31 -0500") Original-Lines: 20 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mB1KAahG001109 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_BZ 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu 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:106400 Archived-At: Since you seem to be interested in VC with bzr, can you please look at the following issue too? 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