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: DVCS workflow and bisect Date: Thu, 21 Jan 2010 19:43:27 +0100 Message-ID: <87my078fjk.fsf@telefonica.net> References: <87my07beol.fsf@mithlond.arda> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264099871 12634 80.91.229.12 (21 Jan 2010 18:51:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Jan 2010 18:51:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 21 19:51:03 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 1NY27S-00027Z-CP for ged-emacs-devel@m.gmane.org; Thu, 21 Jan 2010 19:51:02 +0100 Original-Received: from localhost ([127.0.0.1]:59412 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NY27T-0008W4-Dt for ged-emacs-devel@m.gmane.org; Thu, 21 Jan 2010 13:51:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NY24L-00055Z-4c for emacs-devel@gnu.org; Thu, 21 Jan 2010 13:47:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NY24H-00050c-AG for emacs-devel@gnu.org; Thu, 21 Jan 2010 13:47:48 -0500 Original-Received: from [199.232.76.173] (port=59156 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NY24G-00050K-5j for emacs-devel@gnu.org; Thu, 21 Jan 2010 13:47:44 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:20718) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NY24F-0000YQ-IY for emacs-devel@gnu.org; Thu, 21 Jan 2010 13:47:43 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NY24C-0000JN-B7 for emacs-devel@gnu.org; Thu, 21 Jan 2010 13:47:40 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NY221-0006ZQ-BB for emacs-devel@gnu.org; Thu, 21 Jan 2010 19:45:25 +0100 Original-Received: from 251.red-88-24-228.staticip.rima-tde.net ([88.24.228.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jan 2010 19:45:25 +0100 Original-Received: from ofv by 251.red-88-24-228.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jan 2010 19:45:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 251.red-88-24-228.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) Cancel-Lock: sha1:umQJX/g+rCm+zD9DoLEJVG3scvY= X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:120277 Archived-At: Teemu Likonen writes: [snip] > My point is not to say that the author of the commit did any serious > damage or anything. I'm just suggesting that merging stuff and making > other changes should be separate commits. Thanks for pointing this out. This scenario is what Stephen was trying to avoid when he wrote the documentation for the distributed worflow. Please, guys, don't use any undocumented workflow unless you really *know* what you are doing.