From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: log format for vc-bzr Date: Fri, 08 Jan 2010 21:46:55 +0100 Message-ID: <87bph4b9z4.fsf@telefonica.net> References: <200912081747.nB8HlwPR021836@godzilla.ics.uci.edu> <874oo1w9y1.fsf@telefonica.net> <87tyw1uss6.fsf@telefonica.net> <200912082203.nB8M3FLP023771@godzilla.ics.uci.edu> <87hbs1at4u.fsf@notengoamigos.org> <871vj3sxgy.fsf@telefonica.net> <87ws0vrd46.fsf@telefonica.net> <87hbqxa9ti.fsf@ambire.localdomain> <87k4vtd1uy.fsf@telefonica.net> <83ljg9as4g.fsf@gnu.org> <873a2gkh0n.fsf@uwakimon.sk.tsukuba.ac.jp> <838wc8bxft.fsf@gnu.org> <874omwd7wx.fsf@telefonica.net> <83ocl4a60j.fsf@gnu.org> <87ocl4bie4.fsf@telefonica.net> <83ljg89ypj.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1262983654 2061 80.91.229.12 (8 Jan 2010 20:47:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jan 2010 20:47:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 08 21:47:26 2010 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 1NTLjy-0008Vm-CH for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2010 21:47:26 +0100 Original-Received: from localhost ([127.0.0.1]:38209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTLjy-0000PH-RK for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2010 15:47:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTLjs-0000Np-FZ for emacs-devel@gnu.org; Fri, 08 Jan 2010 15:47:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTLjo-0000L6-MT for emacs-devel@gnu.org; Fri, 08 Jan 2010 15:47:20 -0500 Original-Received: from [199.232.76.173] (port=42650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTLjo-0000Kz-Js for emacs-devel@gnu.org; Fri, 08 Jan 2010 15:47:16 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:36928) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NTLjo-0004YF-2l for emacs-devel@gnu.org; Fri, 08 Jan 2010 15:47:16 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NTLjh-0008Px-Rc for emacs-devel@gnu.org; Fri, 08 Jan 2010 21:47:09 +0100 Original-Received: from 180.red-83-36-171.dynamicip.rima-tde.net ([83.36.171.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2010 21:47:09 +0100 Original-Received: from ofv by 180.red-83-36-171.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2010 21:47:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 180.red-83-36-171.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:BTg14xyjOTo4CplWARXjtt931qg= 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:119732 Archived-At: Eli Zaretskii writes: >> This is a about how to interpret certain terms. You are seeing the issue >> from the POV of a code writer who cares mostly about the state of the >> working tree. Me from the POV of somebody who is more fluent with the >> tool (bzr) and see things on terms of history points. > > That's your mistake, right there: this is user documentation, not > documentation of bzr internals. Merge point is not about internal details. It is a fundamental concept which the user is required to know if he pretends to make an effective use of the DVCS. [snip] -- Óscar