emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Customizing the VC backend order


From: dhruva
Subject: Re: Customizing the VC backend order
Date: Fri, 10 Aug 2007 10:37:48 +0530

Hi,

On 8/10/07, Stefan Monnier <address@hidden> wrote:
> > falling back on CVS (and the rest).  I tried modifying the order in
> > "vc-handled-backends" in my dotemacs file.
>
> That *should* work.

I tried with only the following two lines in my dotemacs
(load "vc-hg")
(setq vc-handled-backends (nconc '(Hg) (delq 'Hg vc-handled-backends)))

$emacs -q -l dotemacs

I still see CVS selected over Hg though the file is under CVS (pulled)
and Mercurial (Hg, with edits).

I just wanted to make sure if I am doing the right thing.

-dhruva

-- 
Dhruva Krishnamurthy
Contents reflect my personal views only!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]