From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: vc-bzr and vc subdir Date: Fri, 15 Jun 2007 23:02:28 +0900 (JST) Message-ID: <20070615.230228.122218872.jet@gyve.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181916166 19581 80.91.229.12 (15 Jun 2007 14:02:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 14:02:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 15 16:02:43 2007 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 1HzCNt-0004tI-Ms for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2007 16:02:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzCNt-0008LI-4E for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2007 10:02:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzCNq-0008LD-H1 for emacs-devel@gnu.org; Fri, 15 Jun 2007 10:02:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzCNp-0008L1-66 for emacs-devel@gnu.org; Fri, 15 Jun 2007 10:02:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzCNp-0008Ky-29 for emacs-devel@gnu.org; Fri, 15 Jun 2007 10:02:37 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzCNo-0002OQ-Gs for emacs-devel@gnu.org; Fri, 15 Jun 2007 10:02:36 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l5FE2ZRg025347 for ; Fri, 15 Jun 2007 10:02:35 -0400 Original-Received: from pobox.tokyo.redhat.com (pobox.tokyo.redhat.com [172.16.33.225]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l5FE2W5K029703 for ; Fri, 15 Jun 2007 10:02:35 -0400 Original-Received: from localhost (gps06.tokyo.redhat.com [172.16.32.89]) by pobox.tokyo.redhat.com (8.12.11.20060308/8.12.8) with ESMTP id l5FE2S7C023493 for ; Fri, 15 Jun 2007 23:02:31 +0900 X-Mailer: Mew version 5.2 on Emacs 22.0.98 / Mule 5.0 (SAKAKI) X-detected-kernel: 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:72953 Archived-At: Hi, 2007-06-13 Stefan Monnier ... * vc-arch.el (vc-arch-command): Remove bzr. It's a different program. 2007-06-12 Sam Steingold * vc-arch.el (vc-arch-command): Also try "baz" and "bzr". Dave Love has vc-bzr.el. How do you think merge it to GNU Emacs? One more proposal. How do you think introducing `emacs/lisp/vc' subdirectory for vc-* backends? Masatake YAMATO