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 09:02:16 -0500 Message-ID: References: <83eijs2iuu.fsf@gnu.org> <87pr3c83ug.fsf@turtle.gmx.de> <9DE946A9-5793-4A4F-A096-F1AE4F3A53D9@mit.edu> <87hboo7yc9.fsf@turtle.gmx.de> <871vfr1eyn.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1268317461 10088 80.91.229.12 (11 Mar 2010 14:24:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2010 14:24:21 +0000 (UTC) Cc: Chad Brown , emacs-devel@gnu.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 11 15:24:16 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 1NpjJ6-0002LJ-9K for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 15:24:12 +0100 Original-Received: from localhost ([127.0.0.1]:51095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpjJ5-0003rP-9y for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 09:24:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Npixv-0003HG-MG for emacs-devel@gnu.org; Thu, 11 Mar 2010 09:02:19 -0500 Original-Received: from [140.186.70.92] (port=56293 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Npixu-0003Gk-9s for emacs-devel@gnu.org; Thu, 11 Mar 2010 09:02:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Npixt-0006nK-AZ for emacs-devel@gnu.org; Thu, 11 Mar 2010 09:02:18 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:38810 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Npixt-0006nG-7H for emacs-devel@gnu.org; Thu, 11 Mar 2010 09:02:17 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAOSGmEtLd+qv/2dsb2JhbACDC5dUdKwekD6BMoJfagSDF4d1 X-IronPort-AV: E=Sophos;i="4.49,620,1262581200"; d="scan'208";a="57997995" 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 09:02:16 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 27F9F7F16; Thu, 11 Mar 2010 09:02:16 -0500 (EST) In-Reply-To: <871vfr1eyn.fsf@turtle.gmx.de> (Sven Joachim's message of "Thu, 11 Mar 2010 08:42:56 +0100") 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:121811 Archived-At: >>> bzr branch =E2=80=A6 emacs-23 >>> cd emacs-23 >>> bzr bind =E2=80=A6 >> AKA bzr co =E2=80=A6 emacs-23 > Well, almost. "bzr co" does not set the parent location, which makes a > difference if you run "bzr pull" later. However, IIUC the use of "pull" in this way is not encouraged. Use "bzr update" instead. Stefan