From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Strange message from "bzr pull" Date: Wed, 30 Dec 2009 16:19:05 +0100 Message-ID: References: <877hs5ogv8.fsf@red-bean.com> <83my11ejmr.fsf@gnu.org> <87aax1mxh6.fsf@red-bean.com> <83hbr9eha3.fsf@gnu.org> <87ws05lhqg.fsf@red-bean.com> <83d41xee5d.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262186387 23332 80.91.229.12 (30 Dec 2009 15:19:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Dec 2009 15:19:47 +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 Dec 30 16:19:40 2009 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.50) id 1NQ0Kp-000181-Em for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 16:19:39 +0100 Original-Received: from localhost ([127.0.0.1]:42245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ0Km-0005HZ-Q8 for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 10:19:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQ0Ki-0005HU-U4 for emacs-devel@gnu.org; Wed, 30 Dec 2009 10:19:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQ0Kd-0005Gs-Gc for emacs-devel@gnu.org; Wed, 30 Dec 2009 10:19:31 -0500 Original-Received: from [199.232.76.173] (port=45022 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ0Kd-0005Gp-BO for emacs-devel@gnu.org; Wed, 30 Dec 2009 10:19:27 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:63349) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQ0Kc-0001Gt-4e; Wed, 30 Dec 2009 10:19:26 -0500 Original-Received: by bwz7 with SMTP id 7so8362951bwz.26 for ; Wed, 30 Dec 2009 07:19:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=O3B7s2XQSyMAbhZJKX36gMx2lGCFv91K3AuGu/WP8no=; b=aYAnMnNP8RKMJJNFk1O+3gWRf289jF6a4LAN/Ik3jLz9QTGpjpKFv1dtGAxslJaOQv Ek+DFNWCBhW951mgS2aRAEos2V+albEk87t/wHmptQd0BTqMY3/klWMXE9bJ+MziJBi/ RxSeUygBV83LDuVzld901rWA29sdinSCipErU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=p1HhJUQVBCMxSQC9v/G9JzR1UdF18/aawImG6kfYMOcqkgaIWGoC94GHV37XXibywH frWSZYJVxuFRazmj5A/RzllTyL1dIdSOJmJezOLgYHKnFxPVfoy/amY1PLSAPt36Trti LRDpAk4O4FEo5ZG/X4AMVHWDzq6Ezaflm9pH4= Original-Received: by 10.204.2.80 with SMTP id 16mr4006211bki.58.1262186365099; Wed, 30 Dec 2009 07:19:25 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:119047 Archived-At: On Wed, Dec 30, 2009 at 16:05, Eli Zaretskii wrote: > After reading that, I think that the Emacswiki should recommend "bzr up", > not "bzr pull". =C2=A0The main reason is that the Bazaar docs say one sho= uld > use `update' in this configuration. =C2=A0Bazaar docs are far from ideal, > but they are very clear on this issue. In that thread, Matthew D. Fuller clearly said: > If you want to update a checkout to catch up changes in the branch, > you want 'update'. That 'pull', with an appropriate parent location, > in a heavy checkout, also seems to do the same thing is sheer > coincidence and a terribly ugly break of the model. I think that says it all. Juanma