comparison doc/emacs/vc2-xtra.texi @ 94730:3bbff46b7130

Meta-CVS support removed.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 07 May 2008 22:11:08 +0000
parents 5d58981e6690
children 4da572dc4992
comparison
equal deleted inserted replaced
94729:bf91c987049c 94730:3bbff46b7130
595 @subsection Customizing VC 595 @subsection Customizing VC
596 596
597 @vindex vc-handled-backends 597 @vindex vc-handled-backends
598 The variable @code{vc-handled-backends} determines which version 598 The variable @code{vc-handled-backends} determines which version
599 control systems VC should handle. The default value is @code{(RCS CVS 599 control systems VC should handle. The default value is @code{(RCS CVS
600 SVN SCCS BZR GIT HG Arch MCVS)}, so it contains all the version systems 600 SVN SCCS BZR GIT HG Arch)}, so it contains all the version systems
601 that are currently supported. If you want VC to ignore one or more of 601 that are currently supported. If you want VC to ignore one or more of
602 these systems, exclude its name from the list. To disable VC entirely, 602 these systems, exclude its name from the list. To disable VC entirely,
603 set this variable to @code{nil}. 603 set this variable to @code{nil}.
604 604
605 The order of systems in the list is significant: when you visit a file 605 The order of systems in the list is significant: when you visit a file