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 10:41:15 +0200 Message-ID: <83my0yfc9g.fsf@gnu.org> References: <87637of4y8.fsf@kobe.laptop> <87oclfdzs2.fsf@kobe.laptop> <87hbr6jwsy.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 1262335148 25075 80.91.229.12 (1 Jan 2010 08:39:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Jan 2010 08:39:08 +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 09:39:01 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 1NQd2C-0000Jz-Nb for ged-emacs-devel@m.gmane.org; Fri, 01 Jan 2010 09:39:00 +0100 Original-Received: from localhost ([127.0.0.1]:33000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQd2C-0004AP-VX for ged-emacs-devel@m.gmane.org; Fri, 01 Jan 2010 03:39:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQd27-00049r-Qj for emacs-devel@gnu.org; Fri, 01 Jan 2010 03:38:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQd23-000492-BB for emacs-devel@gnu.org; Fri, 01 Jan 2010 03:38:55 -0500 Original-Received: from [199.232.76.173] (port=59517 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQd23-00048r-3S for emacs-devel@gnu.org; Fri, 01 Jan 2010 03:38:51 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:65024) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQd22-0008CS-Ej for emacs-devel@gnu.org; Fri, 01 Jan 2010 03:38:50 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KVK00E007XS0F00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Fri, 01 Jan 2010 10:38:49 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KVK00BBE80ODT90@a-mtaout23.012.net.il>; Fri, 01 Jan 2010 10:38:49 +0200 (IST) In-reply-to: <87hbr6jwsy.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:119189 Archived-At: > From: =C3=93scar_Fuentes > Date: Fri, 01 Jan 2010 05:03:57 +0100 >=20 > Richard Stallman writes: >=20 > > Is there no way to fix an error in a commit message? >=20 > You can undo a commit with `bzr uncommit'. But the issue is not to undo the commit, only fix the text of the commit message. Something similar to "cvs admin -mREV:MESSAGE". Typos in commit messages still can happen, even with bzr ;-)