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: Tue, 29 Dec 2009 13:40:08 +0100 Message-ID: References: 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 1262090453 32588 80.91.229.12 (29 Dec 2009 12:40:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 12:40:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 29 13:40:45 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 1NPbNP-0006Jq-NF for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 13:40:39 +0100 Original-Received: from localhost ([127.0.0.1]:34251 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPbNQ-0007IM-1K for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 07:40:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPbNL-0007Ga-C0 for emacs-devel@gnu.org; Tue, 29 Dec 2009 07:40:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPbNG-0007DJ-M4 for emacs-devel@gnu.org; Tue, 29 Dec 2009 07:40:34 -0500 Original-Received: from [199.232.76.173] (port=48243 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPbNG-0007DG-IG for emacs-devel@gnu.org; Tue, 29 Dec 2009 07:40:30 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:35958) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPbNF-00019H-Dz; Tue, 29 Dec 2009 07:40:29 -0500 Original-Received: by fxm28 with SMTP id 28so2450910fxm.26 for ; Tue, 29 Dec 2009 04:40:28 -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=svKOzKicLGj9U8bgFa+FYWWTmUBA9bsM8Re2iHXQrX0=; b=jA+gw5Hr3JkrM+eU1r1z12K67XIKqXnzEb8r2c4hAE729EuyeRHstUroUNY9mVRKJO FZgI6m5nY+yKbfpWO5VClVwVo6k21XVtg6/ziqCd8auKWwXUyHwIeIp/8Y1NVdSGAy78 eT1lKUoE5OdbjjG+03FZg6zHGBpF63DhOJu2M= 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=m+kyqQ79rvHGvgJz4ltT4sPK3uRcHFfmNqdPc0lRaX8B8JZeQ3k6cNHlsnNpPBRkv/ KH8ZbZ6HOA0E0PF/88U4J36kYKmRd2Fggr8kAeEvSlfAum+c/YrnFSKpQiI8arv0QJET 5VxWSzzH5c3EK5vqN4lB80X6hGfuQNp/pkhlA= Original-Received: by 10.239.193.68 with SMTP id h4mr1982268hbi.161.1262090428132; Tue, 29 Dec 2009 04:40:28 -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:118929 Archived-At: On Tue, Dec 29, 2009 at 11:30, Eli Zaretskii wrote: > What surprised me was that I never saw such messages from "bzr pull" > when the bzr repository was just the result of CVS conversion by > Andreas, as opposed to a writable repository it is now. =C2=A0Why didn't = I > see such messages back then? Have you installed the repo anew after the switchover? AFAIK, the M means that the working copy file has been updated. The original instructions had the trunk created with bzr branch --no-tree sftp://... so trunk/ had no working copy. Karl changed that perhaps two weeks ago. I know because a while ago I recreated the repo and had a hard time understanding the difference in both trunks, until I thought of looking at the history of the BzrForEmacsDevs page :-) Juanma