From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Strange response after merge from upstream Date: Wed, 02 Dec 2009 09:29:30 -0500 Message-ID: References: <833a3umrfx.fsf@gnu.org> <83skbuko4g.fsf@gnu.org> <87pr6xvr5r.fsf@uwakimon.sk.tsukuba.ac.jp> <87ljhl500o.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259774404 28005 80.91.229.12 (2 Dec 2009 17:20:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2009 17:20:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 02 18:19:58 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 1NFsrt-0003Sy-1w for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 18:19:57 +0100 Original-Received: from localhost ([127.0.0.1]:55100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFsrs-0004Ph-C4 for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 12:19:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFqD5-0000TL-As for emacs-devel@gnu.org; Wed, 02 Dec 2009 09:29:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFqCy-0000R7-KC for emacs-devel@gnu.org; Wed, 02 Dec 2009 09:29:36 -0500 Original-Received: from [199.232.76.173] (port=54488 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFqCy-0000Qt-4r for emacs-devel@gnu.org; Wed, 02 Dec 2009 09:29:32 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:62047 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFqCx-0008Gn-RJ for emacs-devel@gnu.org; Wed, 02 Dec 2009 09:29:31 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgoFAIUIFktLd/5a/2dsb2JhbACBTtYPhDEEihU X-IronPort-AV: E=Sophos;i="4.47,328,1257138000"; d="scan'208";a="50489556" Original-Received: from 75-119-254-90.dsl.teksavvy.com (HELO pastel.home) ([75.119.254.90]) by ironport2-out.pppoe.ca with ESMTP; 02 Dec 2009 09:29:31 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id D803986C4; Wed, 2 Dec 2009 09:29:30 -0500 (EST) In-Reply-To: <87ljhl500o.fsf@telefonica.net> (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Wed, 02 Dec 2009 08:05:11 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:118136 Archived-At: > `pull' never merges because there is nothing that can cause conflicts. Oh, so that's the misconception from which comes the stupid idea that --show-base would only apply to merge but not to pull? FYI, this is not true: it has to merge the incoming patches with the local uncommitted changes. Stefan