From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: vc backend precedence question Date: Tue, 24 Jul 2007 16:15:14 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185273930 23579 80.91.229.12 (24 Jul 2007 10:45:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2007 10:45:30 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 24 12:45:27 2007 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 1IDHtL-0001FW-A4 for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2007 12:45:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDHtK-00059u-Rk for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2007 06:45:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDHtH-00059p-Rw for emacs-devel@gnu.org; Tue, 24 Jul 2007 06:45:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDHtF-00059d-CK for emacs-devel@gnu.org; Tue, 24 Jul 2007 06:45:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDHtF-00059a-5D for emacs-devel@gnu.org; Tue, 24 Jul 2007 06:45:17 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IDHtE-00025Q-QV for emacs-devel@gnu.org; Tue, 24 Jul 2007 06:45:16 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 68so1102466wri for ; Tue, 24 Jul 2007 03:45:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PGmWxdM/G97lKgqm2va3IcSTYaxOh6j63WE7lN++XcZbGzPa7t414enHWBuviEwhLxKWpuc1NQ90ivRPRIfxqvgkbbPORvzj7DiNn28MKfv6EAkV81+wN6krbXOK19sbWJ75U4jEAZaG/07mKISIDKF+DLPg3o1zTQoRFpeoJhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=eMmDXY+GCuOwyBqw2B5UZYK5YcqQ4LGvFJ9QHxRt2+1jU09Dc+mzoawk5M6f2aBOc65JQAI5PdZrUQpbUoYlKpBmc7YUIgPsyaCtTs3ENfoHaYcerMCeYZNwyO+7BE0B2YXNe1VIyUUIxRF/GVqPJ73kppF3whlVPo+QPUZmayg= Original-Received: by 10.78.175.14 with SMTP id x14mr1040818hue.1185273914970; Tue, 24 Jul 2007 03:45:14 -0700 (PDT) Original-Received: by 10.78.206.13 with HTTP; Tue, 24 Jul 2007 03:45:14 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:75447 Archived-At: Hi, I have a folder which is under both CVS and mercurial (HG). I would want HG to take precedence in vc-mode so that I get to execute all vc commands using mercurial as back end. I tried reordering the list "vc-handled-backends" as: (setq vc-handled-backends (nconc '(HG) (delq 'HG vc-handled-backends))) It did not work. Any help would be really appreciated. I have this rather strange setup as I checkout from CVS and use Mercurial to track all my changes (as a mercurial queue). -dky -- Dhruva Krishnamurthy Contents reflect my personal views only!