From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: diff in *vc-dir* is broken for hg Date: Wed, 18 Nov 2009 12:45:06 -0500 Message-ID: <4B0432A2.3080805@gnu.org> References: <4AEF2D3B.9000908@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258566334 16343 80.91.229.12 (18 Nov 2009 17:45:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 17:45:34 +0000 (UTC) Cc: Dan Nicolaescu , monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 18 18:45:27 2009 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 1NAoas-00069q-7G for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2009 18:45:26 +0100 Original-Received: from localhost ([127.0.0.1]:36997 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAoar-00046b-Ul for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2009 12:45:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAoaj-00040k-Mq for emacs-devel@gnu.org; Wed, 18 Nov 2009 12:45:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAoae-0003qK-Un for emacs-devel@gnu.org; Wed, 18 Nov 2009 12:45:17 -0500 Original-Received: from [199.232.76.173] (port=39536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAoae-0003qC-Rm for emacs-devel@gnu.org; Wed, 18 Nov 2009 12:45:12 -0500 Original-Received: from mx1.janestcapital.com ([38.105.200.101]:49044) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NAoae-00010O-6F for emacs-devel@gnu.org; Wed, 18 Nov 2009 12:45:12 -0500 Original-Received: from nyc-qsv-mail1.delacy.com ([172.25.22.57]) by mx1.janestcapital.com with esmtp (Exim 4.69) (envelope-from ) id 1NAoaY-0001xN-9D for emacs-devel@gnu.org; Wed, 18 Nov 2009 12:45:06 -0500 Original-Received: from nyc-qws-005.delacy.com ([172.25.131.105]) by nyc-qsv-mail1.delacy.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NAoaY-00039K-7T; Wed, 18 Nov 2009 12:45:06 -0500 User-Agent: Thunderbird 2.0.0.22 (X11/20090625) In-Reply-To: <4AEF2D3B.9000908@gnu.org> X-Enigmail-Version: 0.95.6 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117191 Archived-At: I hate to be a nagger, but this regression is still there. Sam Steingold wrote: > vc-hg.el revision 1.105 is broken: "=" in *vc-dir* now results in > ": No such file or directory" > in *vc-diff* (at least when the filename is located in a subdir, not at > the top level directory).