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: Strange message from "bzr pull" Date: Tue, 29 Dec 2009 02:43:48 -0500 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1262073331 23909 80.91.229.12 (29 Dec 2009 07:55:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 07:55:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 29 08:55:25 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 1NPWvM-0000hT-KR for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 08:55:24 +0100 Original-Received: from localhost ([127.0.0.1]:39735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPWvM-0003FL-6E for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 02:55:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPWvD-0003Ek-1n for emacs-devel@gnu.org; Tue, 29 Dec 2009 02:55:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPWv2-0003Cm-MP for emacs-devel@gnu.org; Tue, 29 Dec 2009 02:55:13 -0500 Original-Received: from [199.232.76.173] (port=46616 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPWv2-0003Cj-Is for emacs-devel@gnu.org; Tue, 29 Dec 2009 02:55:04 -0500 Original-Received: from [140.186.70.10] (port=57403 helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPWv2-0005Kv-B9 for emacs-devel@gnu.org; Tue, 29 Dec 2009 02:55:04 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NPWk8-0006gV-QO for emacs-devel@gnu.org; Tue, 29 Dec 2009 02:43:48 -0500 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:118922 Archived-At: I've just created a local Bazaar repository for Emacs and initialized and bootstrapped the quickfixes branch, as described in BzrForEmacsDevs emacswiki page. This is on a GNU/Linux machine with bzr 2.0.0. 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: 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)?