From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.comp.version-control.bazaar-ng.general Subject: Re: Emacs Bazaar repository Date: Fri, 14 Mar 2008 14:08:00 -0400 Message-ID: References: <87skyvse7k.fsf@xmission.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205518143 3688 80.91.229.12 (14 Mar 2008 18:09:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 18:09:03 +0000 (UTC) Cc: bazaar@lists.canonical.com, emacs-devel@gnu.org To: Jason Earl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 14 19:09:29 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 1JaEKv-0002pP-4d for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 19:08:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaEKL-0002tA-QY for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 14:08:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaEK3-0002Xm-MC for emacs-devel@gnu.org; Fri, 14 Mar 2008 14:08:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaEK2-0002Wv-IS for emacs-devel@gnu.org; Fri, 14 Mar 2008 14:08:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaEK2-0002Wc-Bl for emacs-devel@gnu.org; Fri, 14 Mar 2008 14:08:02 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JaEK2-0002CL-61 for emacs-devel@gnu.org; Fri, 14 Mar 2008 14:08:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAN5b2kdMCrZs/2dsb2JhbACqNYEI X-IronPort-AV: E=Sophos;i="4.25,502,1199682000"; d="scan'208";a="16064864" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 14 Mar 2008 14:08:01 -0400 Original-Received: from pastel.home ([76.10.182.108]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id UVW10201; Fri, 14 Mar 2008 14:08:01 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C6D438F43; Fri, 14 Mar 2008 14:08:00 -0400 (EDT) In-Reply-To: <87skyvse7k.fsf@xmission.com> (Jason Earl's message of "Wed, 12 Mar 2008 17:41:03 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:92594 gmane.comp.version-control.bazaar-ng.general:38599 Archived-At: > After a few false starts I have been successful (at least as far as I > can tell) in importing the Emacs CVS repository into Bazaar. If anyone > is interested in playing with the results you can check out the HEAD of > the CVS repository with: > bzr clone http://bzr.notengoamigos.org/emacs/trunk/ Other than issues of performance, one of the missing elements in this repository is all the merge information. Most of the merges we've done have been done via Arch. IIUC people have been able to retrofit this info into the Git tree, and I think it'd be very worthwhile to retrofit it into the Bzr tree. How can we add the merge info into the above Bzr tree? Stefan