From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: diff in *vc-dir* is broken for hg Date: Wed, 18 Nov 2009 10:21:26 -0800 (PST) Message-ID: <200911181821.nAIILQfj009714@godzilla.ics.uci.edu> References: <4AEF2D3B.9000908@gnu.org> <4B0432A2.3080805@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258568901 26010 80.91.229.12 (18 Nov 2009 18:28:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 18:28:21 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 18 19:28:14 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 1NApGA-00036C-Q6 for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2009 19:28:07 +0100 Original-Received: from localhost ([127.0.0.1]:38847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NApGA-00018X-8a for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2009 13:28:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NApCq-0006g2-Mp for emacs-devel@gnu.org; Wed, 18 Nov 2009 13:24:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NApCl-0006aJ-Da for emacs-devel@gnu.org; Wed, 18 Nov 2009 13:24:39 -0500 Original-Received: from [199.232.76.173] (port=34212 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NApCl-0006Zy-1f for emacs-devel@gnu.org; Wed, 18 Nov 2009 13:24:35 -0500 Original-Received: from colin-baker-v0.ics.uci.edu ([128.195.1.153]:40277) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NApCh-0007N5-Pi; Wed, 18 Nov 2009 13:24:32 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by colin-baker-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nAIILQNE022260 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Nov 2009 10:21:26 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nAIILQfj009714; Wed, 18 Nov 2009 10:21:26 -0800 (PST) In-Reply-To: <4B0432A2.3080805@gnu.org> (Sam Steingold's message of "Wed, 18 Nov 2009 12:45:06 -0500") Original-Lines: 14 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nAIILQNE022260 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu 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:117197 Archived-At: Sam Steingold writes: > I hate to be a nagger, but this regression is still there. There was a patch posted on the list by Bernhard Herzog and he said it fixed the problem, if you can try it and it does indeed fix it, then why not just check it in? > > 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).