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: Un-setting HGRCPATH in vc-hg.el problematic Date: Thu, 05 Aug 2010 02:33:20 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280990013 2426 80.91.229.12 (5 Aug 2010 06:33:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Aug 2010 06:33:33 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 05 08:33:30 2010 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.69) (envelope-from ) id 1Ogu1B-0008Gc-2a for ged-emacs-devel@m.gmane.org; Thu, 05 Aug 2010 08:33:29 +0200 Original-Received: from localhost ([127.0.0.1]:57890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ogu1A-00030n-1E for ged-emacs-devel@m.gmane.org; Thu, 05 Aug 2010 02:33:28 -0400 Original-Received: from [199.232.76.173] (port=44405 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ogu15-00030T-3t for emacs-devel@gnu.org; Thu, 05 Aug 2010 02:33:23 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ogu14-0008Q9-61 for emacs-devel@gnu.org; Thu, 05 Aug 2010 02:33:22 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:45100) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ogu13-0008Q3-VA for emacs-devel@gnu.org; Thu, 05 Aug 2010 02:33:22 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Ogu12-000667-Ic; Thu, 05 Aug 2010 02:33:20 -0400 In-Reply-To: (Sascha Wilde's message of "Wed\, 04 Aug 2010 19\:26\:10 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) 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:128272 Archived-At: Sascha Wilde writes: > Dan Nicolaescu wrote: >> Sascha Wilde writes: > [...] >>> So here is my patch, I successfully tested it with an "evil" hgrc >>> redefining 'log' and 'parents'. >> >> How about testing with an hgrc that changes the defaults for log and parents? > > Sorry, I should have been more precise about the tests I made, but I > did test this, too. > > As I wrote (and one can see from my patch) both: redefined (alias) > commands and changed defaults for commands are reseted to the expected > defaults by my proposed change. I successfully tested both cases. In that case your patch looks ready to be checked in.