all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* vc backend precedence question
@ 2007-07-24 10:45 dhruva
  2007-07-24 11:19 ` Masatake YAMATO
  2007-07-24 13:16 ` Stefan Monnier
  0 siblings, 2 replies; 4+ messages in thread
From: dhruva @ 2007-07-24 10:45 UTC (permalink / raw)
  To: Emacs Devel

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!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-24 13:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 10:45 vc backend precedence question dhruva
2007-07-24 11:19 ` Masatake YAMATO
2007-07-24 11:35   ` dhruva
2007-07-24 13:16 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.