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: Re: Workflow to accumulate individual changes? Date: Fri, 01 Jan 2010 23:34:03 +0200 Message-ID: <83y6khechg.fsf@gnu.org> References: <87637of4y8.fsf@kobe.laptop> <87oclfdzs2.fsf@kobe.laptop> <87hbr6jwsy.fsf@telefonica.net> <83my0yfc9g.fsf@gnu.org> <838wchgais.fsf@gnu.org> <878wchfxcn.fsf@red-bean.com> <833a2pfvl2.fsf@gnu.org> <87k4w1iklb.fsf@telefonica.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1262381759 4348 80.91.229.12 (1 Jan 2010 21:35:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Jan 2010 21:35:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 01 22:35:51 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 1NQp9y-0005SK-7K for ged-emacs-devel@m.gmane.org; Fri, 01 Jan 2010 22:35:50 +0100 Original-Received: from localhost ([127.0.0.1]:43234 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQp9y-0005xJ-Ml for ged-emacs-devel@m.gmane.org; Fri, 01 Jan 2010 16:35:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQp9t-0005wt-Um for emacs-devel@gnu.org; Fri, 01 Jan 2010 16:35:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQp9p-0005v9-8j for emacs-devel@gnu.org; Fri, 01 Jan 2010 16:35:45 -0500 Original-Received: from [199.232.76.173] (port=50661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQp9p-0005v5-5i for emacs-devel@gnu.org; Fri, 01 Jan 2010 16:35:41 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:34268) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQp9o-0007ec-MB for emacs-devel@gnu.org; Fri, 01 Jan 2010 16:35:40 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KVL00D007WKZH00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 01 Jan 2010 23:34:59 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KVL00CNY7YA6C70@a-mtaout22.012.net.il>; Fri, 01 Jan 2010 23:34:59 +0200 (IST) In-reply-to: <87k4w1iklb.fsf@telefonica.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:119234 Archived-At: > From: =C3=93scar_Fuentes > Date: Fri, 01 Jan 2010 22:25:20 +0100 >=20 > Eli Zaretskii writes: >=20 > >> If you tweak a commit message on the savannah branch, bzr has no > >> mechanism for conveying that tweak to the other branches > > > > Well, that's just it: bzr _should_ have such a mechanism. I real= ly > > don't care if modifying a commit message would count as a new rev= ision > > of the tree, all I care is that "bzr log" and friends show the > > modified commit message by default (if there would be a way to se= e the > > original one before the fix, that's okay too). >=20 > By replacing a revision with another revision, you are effectively > breaking the mirror branches on all sites that updated/pulled befor= e the > "fix" (you make them diverge.) Who said anything about replacing a revision? I was talking about _adding_ a revision, if needed. It just needs to be added in a special way, such that nothing changes except the addition of a modified commit message, and "bzr log" showing that modified message instead of the original one.