comparison man/vc2-xtra.texi @ 82010:50a90d636d4a

(Customizing VC) <vc-handled-backends>: Update the default value.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 21 Jul 2007 09:43:41 +0000
parents 3d45362f1d38
children f04985ac29f2
comparison
equal deleted inserted replaced
82009:a6bd97cf8f13 82010:50a90d636d4a
588 @subsection Customizing VC 588 @subsection Customizing VC
589 589
590 @vindex vc-handled-backends 590 @vindex vc-handled-backends
591 The variable @code{vc-handled-backends} determines which version 591 The variable @code{vc-handled-backends} determines which version
592 control systems VC should handle. The default value is @code{(RCS CVS 592 control systems VC should handle. The default value is @code{(RCS CVS
593 SVN SCCS Arch MCVS)}, so it contains all six version systems that are 593 SVN SCCS BZR HG Arch MCVS)}, so it contains all the version systems
594 currently supported. If you want VC to ignore one or more of these 594 that are currently supported. If you want VC to ignore one or more of
595 systems, exclude its name from the list. To disable VC entirely, set 595 these systems, exclude its name from the list. To disable VC entirely,
596 this variable to @code{nil}. 596 set this variable to @code{nil}.
597 597
598 The order of systems in the list is significant: when you visit a file 598 The order of systems in the list is significant: when you visit a file
599 registered in more than one system (@pxref{Local Version Control}), VC 599 registered in more than one system (@pxref{Local Version Control}), VC
600 uses the system that comes first in @code{vc-handled-backends} by 600 uses the system that comes first in @code{vc-handled-backends} by
601 default. The order is also significant when you register a file for 601 default. The order is also significant when you register a file for