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: Wed, 10 Mar 2010 14:31:39 -0500 Message-ID: References: <83aaug2hkm.fsf@gnu.org> <8363542h2m.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 1268249522 27137 80.91.229.12 (10 Mar 2010 19:32:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2010 19:32:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 10 20:31:53 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 1NpRdI-0004jX-6h for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 20:31:52 +0100 Original-Received: from localhost ([127.0.0.1]:43327 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpRdH-0004h9-I1 for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 14:31:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NpRdB-0004dv-BP for emacs-devel@gnu.org; Wed, 10 Mar 2010 14:31:45 -0500 Original-Received: from [140.186.70.92] (port=38006 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpRd8-0004a2-SC for emacs-devel@gnu.org; Wed, 10 Mar 2010 14:31:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NpRd8-0008Ti-BF for emacs-devel@gnu.org; Wed, 10 Mar 2010 14:31:42 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:50962 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NpRd6-0008TM-Qv; Wed, 10 Mar 2010 14:31:40 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEALuCl0tLd+qv/2dsb2JhbACaU3S8NIR5BIMXh3Q X-IronPort-AV: E=Sophos;i="4.49,615,1262581200"; d="scan'208";a="57949591" Original-Received: from 75-119-234-175.dsl.teksavvy.com (HELO pastel.home) ([75.119.234.175]) by ironport2-out.pppoe.ca with ESMTP; 10 Mar 2010 14:31:40 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id EA2B58826; Wed, 10 Mar 2010 14:31:39 -0500 (EST) In-Reply-To: <8363542h2m.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 10 Mar 2010 19:59:45 +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:121786 Archived-At: >> > I have just cut the release branch for Emacs-23.2. It's at: >> > sftp://bzr.sv.gnu.org/srv/bzr/emacs/emacs-23 >> Are there any bzr commands to show what revision on the (remote) trunk >> was the parent of this branch? > In case it wasn't clear, I meant _without_ checking out the branch. Not sure about "without checking out the branch", but I don't think that's a big issue anyway. As for the question _with_ checking out the branch, there are various tools that allow you to display the DAG and hence let you see the split and merge points between emacs-23 and trunk. I have never needed this kind of info, so I don't know the specifics, OTOH. Why do you ask? Stefan