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: Status of VC Bazaar support? Date: Mon, 27 Oct 2008 00:38:17 -0700 (PDT) Message-ID: <200810270738.m9R7cHO7020963@mothra.ics.uci.edu> References: <87ej48ucxp.fsf@cyd.mit.edu> <20081025005018.3ecdd3ad@terra.solaris> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225093137 7279 80.91.229.12 (27 Oct 2008 07:38:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2008 07:38:57 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Christian Faulhammer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 08:39:58 2008 connect(): Connection refused 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 1KuMhg-0002ON-Du for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 08:39:57 +0100 Original-Received: from localhost ([127.0.0.1]:38927 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuMgZ-00083L-PJ for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 03:38:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuMgV-00082V-1e for emacs-devel@gnu.org; Mon, 27 Oct 2008 03:38:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuMgT-0007zD-GD for emacs-devel@gnu.org; Mon, 27 Oct 2008 03:38:42 -0400 Original-Received: from [199.232.76.173] (port=53522 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuMgT-0007z0-8O for emacs-devel@gnu.org; Mon, 27 Oct 2008 03:38:41 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:13284) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KuMgS-0002OB-O2 for emacs-devel@gnu.org; Mon, 27 Oct 2008 03:38:40 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuMgP-0000VS-Vd for emacs-devel@gnu.org; Mon, 27 Oct 2008 03:38:38 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m9R7cHK2021899; Mon, 27 Oct 2008 00:38:22 -0700 (PDT) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id m9R7cHO7020963; Mon, 27 Oct 2008 00:38:17 -0700 (PDT) Original-Lines: 28 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: m9R7cHK2021899 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-kernel: by mx20.gnu.org: Solaris 10 (beta) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105031 Archived-At: Christian Faulhammer writes: > Hi, > > Chong Yidong : > > > Currently, files.texi in the Emacs manual has the following line after > > the paragraph on supported VC systems: > > > > @comment Omitting bzr because support is very scratchy and incomplete. > > > > Is the bzr support still incomplete, or has it improved since this was > > written? > > I just noticed today the following: > When calling vc-dir on a bzr repository one gets: > > "VC backend : Bzr > Working dir: /tmp/bzr/ > Extra : Please add backend specific headers here. It's easy! " Someone that uses bzr needs to decide what kind of info is useful to have in the bzr specific headers. Probably some of the output of "bzr info" needs to go there. To do that, implement a function called `vc-bzr-dir-extra-headers'. Look in the other vc-*.el files for examples how to do that.