From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.devel Subject: Re: C-x v i bug Date: Thu, 03 Dec 2009 11:35:47 -0500 Message-ID: References: <200912031604.nB3G4nU1026058@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1259858325 3394 80.91.229.12 (3 Dec 2009 16:38:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 16:38:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 03 17:38:38 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 1NGEhQ-0001kg-At for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 17:38:36 +0100 Original-Received: from localhost ([127.0.0.1]:53249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGEhP-0001Oy-Vj for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 11:38:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGEfR-0000jE-LK for emacs-devel@gnu.org; Thu, 03 Dec 2009 11:36:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGEfN-0000iF-0s for emacs-devel@gnu.org; Thu, 03 Dec 2009 11:36:33 -0500 Original-Received: from [199.232.76.173] (port=39703 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGEfM-0000iC-Qk for emacs-devel@gnu.org; Thu, 03 Dec 2009 11:36:28 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:40734) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NGEfM-0000ME-EN for emacs-devel@gnu.org; Thu, 03 Dec 2009 11:36:28 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NGEfD-0000ib-UY for emacs-devel@gnu.org; Thu, 03 Dec 2009 17:36:19 +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 17:36:19 +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 17:36:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.devel Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 139.85.239.116 User-Agent: KNode/4.3.3 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 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 * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -0.0 SPF_PASS SPF: sender matches SPF record * 4.0 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO Xref: news.gmane.org gmane.emacs.devel:118183 Archived-At: 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