From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; vc-hg-annotate-command version number bug + patch Date: Sat, 17 May 2008 08:18:49 -0700 Message-ID: <200805171518.m4HFIn97000684@sallyv1.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211037692 12912 80.91.229.12 (17 May 2008 15:21:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 May 2008 15:21:32 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: David Hull Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 17 17:22:10 2008 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 1JxOEb-0003zU-C2 for ged-emacs-devel@m.gmane.org; Sat, 17 May 2008 17:22:09 +0200 Original-Received: from localhost ([127.0.0.1]:36186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JxODr-00009y-FV for ged-emacs-devel@m.gmane.org; Sat, 17 May 2008 11:21:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JxODo-00009q-Dw for emacs-devel@gnu.org; Sat, 17 May 2008 11:21:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JxODm-00009N-Va for emacs-devel@gnu.org; Sat, 17 May 2008 11:21:20 -0400 Original-Received: from [199.232.76.173] (port=52473 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JxODm-00009J-R7 for emacs-devel@gnu.org; Sat, 17 May 2008 11:21:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53788) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JxODm-0006PR-Dz for emacs-devel@gnu.org; Sat, 17 May 2008 11:21:18 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:49617) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JxOCf-0000n8-Ht for emacs-pretest-bug@gnu.org; Sat, 17 May 2008 11:20:09 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JxODi-0006Ok-EQ for emacs-pretest-bug@gnu.org; Sat, 17 May 2008 11:21:17 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:52100) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JxODh-0006OF-UP for emacs-pretest-bug@gnu.org; Sat, 17 May 2008 11:21:14 -0400 X-ICS-MailScanner-Watermark: 1211642331.55377@SR64ZbWLtZBMVZF6OmXxDA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m4HFIn97000684; Sat, 17 May 2008 08:18:49 -0700 (PDT) In-Reply-To: (David Hull's message of "Fri, 16 May 2008 13:22:48 -0700") Original-Lines: 17 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: 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:97324 gmane.emacs.pretest.bugs:22356 Archived-At: David Hull writes: > There is a small problem in the function vc-hg-annotate-command that > causes the code that deletes up to the first line of the sources to > delete too far if the first line of sources starts with a space, such > as the following: > > 0 Fri Apr 25 18:04:19 2008 -0700: #! /usr/bin/perl > 0 Fri Apr 25 18:04:19 2008 -0700: > 36 Tue May 13 17:55:19 2008 -0700: my @fields = @{$e->{field}}; > > This patch fixes the problem: I checked in this patch on the 22 branch, it will be merged to HEAD in a few days. Thanks!