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: diff in *vc-dir* is broken for hg Date: Mon, 02 Nov 2009 14:04:27 -0500 Message-ID: <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 1257188828 2934 80.91.229.12 (2 Nov 2009 19:07:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Nov 2009 19:07:08 +0000 (UTC) Cc: monnier@iro.umontreal.ca To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 02 20:07:01 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 1N52Er-0000aa-Am for ged-emacs-devel@m.gmane.org; Mon, 02 Nov 2009 20:06:49 +0100 Original-Received: from localhost ([127.0.0.1]:45685 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N52Eq-0005e8-S7 for ged-emacs-devel@m.gmane.org; Mon, 02 Nov 2009 14:06:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N52DM-0004r6-SK for emacs-devel@gnu.org; Mon, 02 Nov 2009 14:05:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N52DI-0004pJ-Rn for emacs-devel@gnu.org; Mon, 02 Nov 2009 14:05:16 -0500 Original-Received: from [199.232.76.173] (port=57435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N52DI-0004pG-Pa for emacs-devel@gnu.org; Mon, 02 Nov 2009 14:05:12 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:56370) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N52DI-00047A-4J for emacs-devel@gnu.org; Mon, 02 Nov 2009 14:05:12 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N52DG-0007y3-J7 for emacs-devel@gnu.org; Mon, 02 Nov 2009 20:05:10 +0100 Original-Received: from 38.105.200.250 ([38.105.200.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Nov 2009 20:05:10 +0100 Original-Received: from sds by 38.105.200.250 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Nov 2009 20:05:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 6 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.105.200.250 User-Agent: Thunderbird 2.0.0.22 (X11/20090625) X-Enigmail-Version: 0.95.6 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:116585 Archived-At: Hi, 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). Sam.