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: Workflow to accumulate individual changes? Date: Thu, 31 Dec 2009 21:36:54 +0100 Message-ID: <87ljgikhi1.fsf@telefonica.net> References: <87637of4y8.fsf@kobe.laptop> <87oclfdzs2.fsf@kobe.laptop> <87k4w32q3g.fsf@lola.goethe.zz> <87oclfapsv.fsf@red-bean.com> <877hs2kijt.fsf@stupidchicken.com> 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 1262291861 21229 80.91.229.12 (31 Dec 2009 20:37:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2009 20:37:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 31 21:37:34 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 1NQRm0-0003bO-HR for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 21:37:32 +0100 Original-Received: from localhost ([127.0.0.1]:33887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQRm0-0001BP-SE for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 15:37:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQRlv-0001AT-HH for emacs-devel@gnu.org; Thu, 31 Dec 2009 15:37:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQRlr-00016h-IO for emacs-devel@gnu.org; Thu, 31 Dec 2009 15:37:27 -0500 Original-Received: from [199.232.76.173] (port=41309 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQRlr-00016e-Cw for emacs-devel@gnu.org; Thu, 31 Dec 2009 15:37:23 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34793) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NQRlq-0001EB-Fv for emacs-devel@gnu.org; Thu, 31 Dec 2009 15:37:22 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NQRll-0003Vs-7m for emacs-devel@gnu.org; Thu, 31 Dec 2009 21:37:17 +0100 Original-Received: from 217.red-88-24-214.staticip.rima-tde.net ([88.24.214.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Dec 2009 21:37:17 +0100 Original-Received: from ofv by 217.red-88-24-214.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Dec 2009 21:37:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 217.red-88-24-214.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:O+YHhwGLJD1qhp8snl6zVcYFnIo= 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:119172 Archived-At: Chong Yidong writes: >> Our commit logs should follow the same structure ChangeLog entries >> currently do, and we should not maintain separate ChangeLog files. > > It's already been decided that we'll continue to maintain ChangeLog > files. This is an awfully marginal issue, so let's not waste any more > time arguing. It's far from being a marginal issue, it affects the convenience of Bazaar for most of the work that does not consists on committing to upstream immediately (i.e. the centralized on-line workflow, CVS-style.) I agree that discussing it now is worthless, though. After some weeks of using Bazaar, people will experience the issues by themselves and then it would be much more easier to reach a consensus. [snip] -- Óscar