From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.comp.version-control.mercurial.devel,gmane.emacs.devel Subject: Re: C-x v i bug Date: Thu, 03 Dec 2009 13:37:27 -0500 Message-ID: References: <200912031604.nB3G4nU1026058@godzilla.ics.uci.edu> <200912031828.nB3IS3xQ027198@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1259865489 28544 80.91.229.12 (3 Dec 2009 18:38:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 18:38:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: mercurial-devel@selenic.com Original-X-From: mercurial-devel-bounces@selenic.com Thu Dec 03 19:38:02 2009 Return-path: Envelope-to: gcvmd-mercurial-devel@gmane.org Original-Received: from waste.org ([173.11.57.241] helo=mail.waste.org) by lo.gmane.org with esmtp (Exim 4.50) id 1NGGYx-000635-Kg for gcvmd-mercurial-devel@gmane.org; Thu, 03 Dec 2009 19:37:59 +0100 Original-Received: from waste.org (waste.org [173.11.57.241]) by mail.waste.org (Postfix) with ESMTP id 440735C8041; Thu, 3 Dec 2009 12:37:58 -0600 (CST) Original-Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by waste.org (8.14.3/8.14.3/Debian-5) with ESMTP id nB3Ibrnn021665 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 3 Dec 2009 12:37:54 -0600 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NGGYn-0005yf-Op for mercurial-devel@selenic.com; Thu, 03 Dec 2009 19:37:49 +0100 Original-Received: from 139.85.239.116 ([139.85.239.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Dec 2009 19:37:49 +0100 Original-Received: from ndbecker2 by 139.85.239.116 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Dec 2009 19:37:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.devel Original-Lines: 37 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 139.85.239.116 User-Agent: KNode/4.3.3 X-Virus-Scanned: by amavisd-new X-BeenThere: mercurial-devel@selenic.com X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mercurial-devel-bounces@selenic.com Errors-To: mercurial-devel-bounces@selenic.com X-Spam-Report: 5.3 points; * 1.3 GAPPY_SUBJECT Subject: contains G.a.p.p.y-T.e.x.t * 0.0 RCVD_BY_IP Received by mail server with no name * 4.0 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO Xref: news.gmane.org gmane.comp.version-control.mercurial.devel:27304 gmane.emacs.devel:118196 Archived-At: Dan Nicolaescu wrote: > Neal Becker writes: > > > Dan Nicolaescu wrote: > > > > > Neal Becker writes: > > > > > > > hg status test_front_end_spec.py > > > > *** failed to import extension rdiff: No module named rdiff > > > > ? test_front_end_spec.py > > > > > > > > The above warning confuses emacs. C-x v i report 'already > > > > registered'. > > > > > > Indeed, vc-hg-status parses the result of "hg status > > > test_front_end_spec.py" > > > > > > Is there are way to tell hg to ignore .hgrc ? I.E. something like > > emacs > > > -q ? > > > > > > > After I fixed the above warning (removed rdiff from my .hgrc), > > then > > > > C-x v i worked correctly. > > > > HGRCPATH= hg showconfig > > So should we run HGRCPATH= hg status by default in vc-hg-state? > > If yes, where else should we do it? Crossposting to mercurial devel. Anyone have suggestions? My gut reaction is to say always use HGRCPATH='', but not really sure.