From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Strange message from "bzr pull" Date: Tue, 29 Dec 2009 05:30:30 -0500 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1262082677 12848 80.91.229.12 (29 Dec 2009 10:31:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 10:31:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 29 11:31:10 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 1NPZM0-0006hc-Ev for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 11:31:04 +0100 Original-Received: from localhost ([127.0.0.1]:48859 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPZM0-0000UM-Jf for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 05:31:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPZLs-0000To-Ld for emacs-devel@gnu.org; Tue, 29 Dec 2009 05:30:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPZLn-0000SV-3e for emacs-devel@gnu.org; Tue, 29 Dec 2009 05:30:56 -0500 Original-Received: from [199.232.76.173] (port=41000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPZLm-0000SP-PF for emacs-devel@gnu.org; Tue, 29 Dec 2009 05:30:50 -0500 Original-Received: from [140.186.70.10] (port=39743 helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPZLm-0007yB-L3 for emacs-devel@gnu.org; Tue, 29 Dec 2009 05:30:50 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NPZLS-0002GL-F0; Tue, 29 Dec 2009 05:30:30 -0500 In-reply-to: (message from Juanma Barranquero on Tue, 29 Dec 2009 11:18:40 +0100) X-detected-operating-system: by monty-python.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:118926 Archived-At: > From: Juanma Barranquero > Date: Tue, 29 Dec 2009 11:18:40 +0100 > Cc: emacs-devel@gnu.org > > >   M  lisp/ChangeLog > >   M  lisp/vc-bzr.el > >  All changes applied successfully. > >  Now 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.  So what > > 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. So it's like "P" in CVS. 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. Why didn't I see such messages back then?