From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs-23 release branch Date: Thu, 11 Mar 2010 14:35:16 +0100 Message-ID: <87tysn2d7v.fsf@telefonica.net> 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: 8bit X-Trace: dough.gmane.org 1268314604 31211 80.91.229.12 (11 Mar 2010 13:36:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2010 13:36:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 11 14:36:36 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 1NpiYw-0000WF-9o for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 14:36:30 +0100 Original-Received: from localhost ([127.0.0.1]:50535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpiYv-00042I-La for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 08:36:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NpiYU-0003o4-G0 for emacs-devel@gnu.org; Thu, 11 Mar 2010 08:36:02 -0500 Original-Received: from [140.186.70.92] (port=50252 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpiYT-0003ng-An for emacs-devel@gnu.org; Thu, 11 Mar 2010 08:36:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NpiYS-0003zw-OR for emacs-devel@gnu.org; Thu, 11 Mar 2010 08:36:01 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:55756) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NpiYS-0003zk-IS for emacs-devel@gnu.org; Thu, 11 Mar 2010 08:36:00 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NpiY9-0008Iu-EN for emacs-devel@gnu.org; Thu, 11 Mar 2010 14:35:41 +0100 Original-Received: from 83.53.125.178 ([83.53.125.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Mar 2010 14:35:41 +0100 Original-Received: from ofv by 83.53.125.178 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Mar 2010 14:35:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 83.53.125.178 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) Cancel-Lock: sha1:cjug/sTpciMEmSJa0ZU1tL0MIZo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:121808 Archived-At: Sven Joachim writes: >>> bzr branch … emacs-23 >>> cd emacs-23 >>> bzr bind … >> >> AKA bzr co … emacs-23 > > Well, almost. "bzr co" does not set the parent location, which makes a > difference if you run "bzr pull" later. However, > > bzr co … emacs-23 > cd emacs-23 > bzr pull … > > seems to be fully equivalent. Is it just me who finds this rather > confusing? bzr developers thinks that is a minor bug that `pull' works on checkouts.