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: Regression finding via bzr bisection (with application to a cc-mode bug) Date: Sat, 16 Jan 2010 19:10:01 +0100 Message-ID: <87ska52a6e.fsf@telefonica.net> References: <4B51F9E0.80200@censorshipresearch.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 1263665450 20954 80.91.229.12 (16 Jan 2010 18:10:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Jan 2010 18:10:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 16 19:10:42 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 1NWD6g-0003JB-5g for ged-emacs-devel@m.gmane.org; Sat, 16 Jan 2010 19:10:42 +0100 Original-Received: from localhost ([127.0.0.1]:45612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWD6h-0002sp-0a for ged-emacs-devel@m.gmane.org; Sat, 16 Jan 2010 13:10:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWD6b-0002rI-6E for emacs-devel@gnu.org; Sat, 16 Jan 2010 13:10:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWD6W-0002oI-Ip for emacs-devel@gnu.org; Sat, 16 Jan 2010 13:10:36 -0500 Original-Received: from [199.232.76.173] (port=44568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWD6W-0002oC-BK for emacs-devel@gnu.org; Sat, 16 Jan 2010 13:10:32 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:46012) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NWD6V-0005oe-VK for emacs-devel@gnu.org; Sat, 16 Jan 2010 13:10:32 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NWD6R-0003C6-IE for emacs-devel@gnu.org; Sat, 16 Jan 2010 19:10:27 +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 ; Sat, 16 Jan 2010 19:10:27 +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 ; Sat, 16 Jan 2010 19:10:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 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:256xnWHjSk5ekTQOUmOdXfXDB7g= 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:120113 Archived-At: Daniel Colascione writes: [snip] > (By the way: the program assumes revision numbers within a branch are > monotonically increasing. Can a bzr expert tell me whether that's a > valid assumption?) I'm no bzr expert, but I never read anything that could hint the contrary. BTW, there is a bisect plugin. Maybe it helps to simplify your script: https://launchpad.net/bzr-bisect [snip] -- Óscar