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: About branches in bzr repository Date: Mon, 04 Feb 2013 22:27:33 -0500 Message-ID: References: <20130203222423.bbce6c1459d3dfaab6d3ffc2@gmail.com> <20130205075422.ed2af1edb50870aaa7b5bb42@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360034858 8535 80.91.229.3 (5 Feb 2013 03:27:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Feb 2013 03:27:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 05 04:27:58 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U2ZCQ-0004kG-DZ for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2013 04:27:58 +0100 Original-Received: from localhost ([::1]:41854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2ZC7-0002qn-SZ for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2013 22:27:39 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2ZC3-0002qV-VB for emacs-devel@gnu.org; Mon, 04 Feb 2013 22:27:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2ZC3-0001xS-1T for emacs-devel@gnu.org; Mon, 04 Feb 2013 22:27:35 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:6307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2ZC2-0001wH-Tn for emacs-devel@gnu.org; Mon, 04 Feb 2013 22:27:34 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpZnt/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAsOJhIUGA0kiB4GwS2OLoJcA4hhnBmBXoJqKw X-IPAS-Result: Av4EABK/CFFFpZnt/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAsOJhIUGA0kiB4GwS2OLoJcA4hhnBmBXoJqKw X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="465647" Original-Received: from 69-165-153-237.dsl.teksavvy.com (HELO pastel.home) ([69.165.153.237]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 04 Feb 2013 22:27:33 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 8A525590D7; Mon, 4 Feb 2013 22:27:33 -0500 (EST) In-Reply-To: <20130205075422.ed2af1edb50870aaa7b5bb42@gmail.com> (Xue Fuqiao's message of "Tue, 5 Feb 2013 07:54:22 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156827 Archived-At: >> > I have a question about branches in bzr repository: When will the emacs-23 >> > branch be moved into `old-branches'? >> We could move it there, but it doesn't seem very important or useful. >> > Or more generally, when will a branch be moved into `old-branches'? >> old-branches is usually for feature branches (i.e. branches that >> implement a new feature) that have been merged (i.e. the feature has >> been incorporated in the trunk). > Thanks. But it seems that EMACS_21_1_RC, EMACS_22_BASE and EMACS_23_1_RC > don't look like feature branches. Indeed. `emacs-23' will probably follow them there at some point. Stefan