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: your vc-hg.el change Date: Mon, 24 Nov 2008 01:31:35 -0800 (PST) Message-ID: <200811240931.mAO9VZTI026063@mothra.ics.uci.edu> References: <200811221752.mAMHqCqK020038@mothra.ics.uci.edu> <18730.23018.15596.789141@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227547533 11760 80.91.229.12 (24 Nov 2008 17:25:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 17:25:33 +0000 (UTC) Cc: Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 18:26:35 2008 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 1L4fCg-0001dQ-Ou for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 18:26:30 +0100 Original-Received: from localhost ([127.0.0.1]:38232 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4fBW-0007az-W0 for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 12:25:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4e6M-00076L-E4 for emacs-devel@gnu.org; Mon, 24 Nov 2008 11:15:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4e6K-00074p-9b for emacs-devel@gnu.org; Mon, 24 Nov 2008 11:15:53 -0500 Original-Received: from [199.232.76.173] (port=50555 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4dmv-00026Z-IE for emacs-devel@gnu.org; Mon, 24 Nov 2008 10:55:50 -0500 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:55299) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1L4XnF-00053Q-65; Mon, 24 Nov 2008 04:31:45 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mAO9VaSj028702; Mon, 24 Nov 2008 01:31:36 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mAO9VZTI026063; Mon, 24 Nov 2008 01:31:35 -0800 (PST) In-Reply-To: <18730.23018.15596.789141@fencepost.gnu.org> (Glenn Morris's message of "Mon, 24 Nov 2008 02:38:18 -0500") Original-Lines: 23 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mAO9VaSj028702 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:106088 Archived-At: Glenn Morris writes: > Dan Nicolaescu wrote (on Sat, 22 Nov 2008 at 09:52 -0800): > > > This change: > > > > +2008-11-22 Glenn Morris > > + > > + * vc-hg.el (vc-hg-program): New option. > > + (vc-hg-state, vc-hg-working-revision, vc-hg-command): > > + Use vc-hg-program rather than hard-coded "hg". > > > > Why was it done? Did any user request it? > > Yes. > > http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00286.html That can be solved the unix way by setting the correct path. The mercurial subset used in vc-hg.el is rather small and it's behavior probably not changed since the beginning. I am against adding extra configuration that has no clear benefits, so as the de facto maintainer of that file I decided to undo the change. Thanks.