From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs-23 release branch Date: Thu, 11 Mar 2010 17:45:57 -0500 Message-ID: References: <87zl2g24xy.fsf@stupidchicken.com> <83d3zc2iqr.fsf@gnu.org> <87eijsoz6u.fsf@lola.goethe.zz> <833a073kss.fsf@gnu.org> <83wrxj1o92.fsf@gnu.org> <83vdd220yk.fsf@gnu.org> <83r5nq1vox.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268347597 32189 80.91.229.12 (11 Mar 2010 22:46:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2010 22:46:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 11 23:46:32 2010 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.69) (envelope-from ) id 1Npr9E-0002rh-EF for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 23:46:32 +0100 Original-Received: from localhost ([127.0.0.1]:39051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Npr9C-0006D8-Vv for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 17:46:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Npr97-0006Ck-4M for emacs-devel@gnu.org; Thu, 11 Mar 2010 17:46:25 -0500 Original-Received: from [140.186.70.92] (port=59178 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Npr95-0006CT-Uc for emacs-devel@gnu.org; Thu, 11 Mar 2010 17:46:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Npr94-0001jE-Dm for emacs-devel@gnu.org; Thu, 11 Mar 2010 17:46:22 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:52349 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Npr8p-0001hj-VN; Thu, 11 Mar 2010 17:46:08 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAPABmUtLd+qv/2dsb2JhbACaYnS8aIR7BIMXh3U X-IronPort-AV: E=Sophos;i="4.49,622,1262581200"; d="scan'208";a="58039228" Original-Received: from 75-119-234-175.dsl.teksavvy.com (HELO pastel.home) ([75.119.234.175]) by ironport2-out.pppoe.ca with ESMTP; 11 Mar 2010 17:45:57 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 64B0C81C2; Thu, 11 Mar 2010 17:45:57 -0500 (EST) In-Reply-To: <83r5nq1vox.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 11 Mar 2010 21:53:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) X-detected-operating-system: by eggs.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:121837 Archived-At: >> > (Not that you should expect the merge today or tomorrow, even if >> > everybody agrees.) >> Right, so unless this is expected to be "real soon now", you might want >> to publish your branch in `emacs-bidi'. > Is that even possible? `emacs-bidi' was branched from pre-22.1 Emacs, > while my development branch was branched from Emacs 23.1. Wouldn't > merging them create some very messy history DAG? No need to merge them. You can just "bzr push --overwrite .../emacs-bidi". That will throw away the current emacs-bidi, so if you want to keep it around, better move it elsewhere first. Stefan