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 11:18:40 +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 1262082110 11411 80.91.229.12 (29 Dec 2009 10:21:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 10:21:50 +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 11:21:43 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 1NPZCw-0003fM-SH for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 11:21:43 +0100 Original-Received: from localhost ([127.0.0.1]:55008 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPZCx-00032s-2d for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 05:21:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPZAR-00028h-Pn for emacs-devel@gnu.org; Tue, 29 Dec 2009 05:19:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPZAN-00026o-39 for emacs-devel@gnu.org; Tue, 29 Dec 2009 05:19:07 -0500 Original-Received: from [199.232.76.173] (port=60454 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPZAM-00026f-Of for emacs-devel@gnu.org; Tue, 29 Dec 2009 05:19:02 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:62626) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPZAL-0006PZ-Kn; Tue, 29 Dec 2009 05:19:01 -0500 Original-Received: by bwz7 with SMTP id 7so7665440bwz.26 for ; Tue, 29 Dec 2009 02:19:00 -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=ajGPy5IWbVAY0FRxQ+TalP3HPZPj6B+wU07TzMKWQFY=; b=h8H11cYQWy5zrLGqpA12fZ4W0WvwRCGjfRKUE44N/M1O2Tc9AdTyoqApZlWrcqdSyH hBRulU5/0473rcmGGm/i9sq7laCNbEZzUzAGe08KYqSx6BGSGEUJ8rQQWx1bVIF9KnIE T4AKSarN582sQLNUwSyrFjYmAXRazlDz3ZJss= 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=NjyHNXE4oXq8X2y4nm7YNuigkQFv0s7AJB6q75IFiCpE+25Qu7m6t7yUu7m65f2rch yUZvKKZzGtbljApnGJErMrA0ZyOe0ox+q1xv+AfRBtkWmvuMwWSrsaqEgmO9tZeriawg 2b6v8tldHBAnV23oA+hZ6V7cIZEsg4rV4Q32c= Original-Received: by 10.204.175.83 with SMTP id w19mr849011bkz.24.1262081940188; Tue, 29 Dec 2009 02:19:00 -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:118924 Archived-At: On Tue, Dec 29, 2009 at 08:43, Eli Zaretskii wrote: > After bootstrapping, I chdir'ed back to trunk and typed "bzr pull". > Note that there were no changes whatsoever in this repository, so all > I expected to see was the usual "Now on revision NNNN." message. > Instead, I saw this: > > =C2=A0 M =C2=A0lisp/ChangeLog > =C2=A0 M =C2=A0lisp/vc-bzr.el > =C2=A0All changes applied successfully. > =C2=A0Now on revision 99211. > > In CVS, the "M" marker meant that I have local uncommitted changes. > But I don't have such changes here, at least not consciously. =C2=A0So wh= at > does this message mean, and how do I dig into the reasons for it (if > there are any)? It just means that pull brought changes for these files. Try doing "bzr status" on trunk/; it should show no local modifications. Juanma