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 19:12:26 +0100 Message-ID: References: <83pr5xek0p.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1262110393 29496 80.91.229.12 (29 Dec 2009 18:13:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 18:13:13 +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 19:13:06 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 1NPgZ4-00030O-Ki for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 19:13:02 +0100 Original-Received: from localhost ([127.0.0.1]:35032 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPgZ2-0006Ts-LM for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 13:13:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPgYx-0006Rr-2v for emacs-devel@gnu.org; Tue, 29 Dec 2009 13:12:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPgYr-0006L9-FG for emacs-devel@gnu.org; Tue, 29 Dec 2009 13:12:53 -0500 Original-Received: from [199.232.76.173] (port=59358 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPgYr-0006L3-AX for emacs-devel@gnu.org; Tue, 29 Dec 2009 13:12:49 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:60745) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPgYq-0004Us-30; Tue, 29 Dec 2009 13:12:48 -0500 Original-Received: by bwz7 with SMTP id 7so7903869bwz.26 for ; Tue, 29 Dec 2009 10:12:47 -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; bh=61yiH1jMOC55PQmyiAwoIjTJatj2pYCcuI1m1e3wM2k=; b=gDXzYcITH+Ep+GcaQJPuGgrqqG2ikF/+m/Yhstl6nP1Wcwy5+sWaURKPTlIeS+nZ7x HgLba4tBSlG+YWlB3fDW9CCkJ/QJEOTNw+WmUcQLy/cc97kdVAqr8jb//hVVV0UuKh+0 RPiTr7CYT598onGPouwo6N6kFb3xjwHzg4+/E= 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; b=t7dH4uzSIJUI0DRNL5vxKyeQrsnUFzWDsnMKDAKGTkIWG1UecsTRpaAtVa9XwKPnT+ XwAIn7KCiYVYakO5GEo0VRMnfZ8ie5lPWaImHgZHVOACs4Zwd1omaVuC38E+nlZ7ED4S cr1en8ho6eVepRrjSUbYQVaQNQC7k5w51kWs0= Original-Received: by 10.204.175.83 with SMTP id w19mr1166304bkz.24.1262110367121; Tue, 29 Dec 2009 10:12:47 -0800 (PST) In-Reply-To: <83pr5xek0p.fsf@gnu.org> 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:118947 Archived-At: On Tue, Dec 29, 2009 at 19:02, Eli Zaretskii wrote: > Btw, on the machine where trunk is without a tree, I didn't see M etc. > in the quickfixes branch, either, although that one did have a tree. > Is that expected? I think that's a difference between "bzr pull" (done on the trunk) and "bzr merge" (done on the branches), though I'm not really sure. Juanma