comparison lisp/vc-hooks.el @ 81902:184879170b16

(vc-handled-backends): Move BZR later in the list.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 16 Jul 2007 04:25:51 +0000
parents a4222c1c9c2d
children 55e9cc4986ff
comparison
equal deleted inserted replaced
81901:7e6412eabecf 81902:184879170b16
60 to determine the VC status in directories in which filenames are 60 to determine the VC status in directories in which filenames are
61 interpreted as hostnames." 61 interpreted as hostnames."
62 :type 'regexp 62 :type 'regexp
63 :group 'vc) 63 :group 'vc)
64 64
65 (defcustom vc-handled-backends '(RCS CVS BZR SVN SCCS HG Arch MCVS) 65 (defcustom vc-handled-backends '(RCS CVS SVN SCCS BZR HG Arch MCVS)
66 ;; Arch and MCVS come last because they are per-tree rather than per-dir. 66 ;; BZR, HG, Arch and MCVS come last because they are per-tree rather
67 ;; than per-dir.
67 "List of version control backends for which VC will be used. 68 "List of version control backends for which VC will be used.
68 Entries in this list will be tried in order to determine whether a 69 Entries in this list will be tried in order to determine whether a
69 file is under that sort of version control. 70 file is under that sort of version control.
70 Removing an entry from the list prevents VC from being activated 71 Removing an entry from the list prevents VC from being activated
71 when visiting a file managed by that backend. 72 when visiting a file managed by that backend.
72 An empty list disables VC altogether." 73 An empty list disables VC altogether."
73 :type '(repeat symbol) 74 :type '(repeat symbol)
74 :version "21.1" 75 :version "23.1"
75 :group 'vc) 76 :group 'vc)
76 77
77 (defcustom vc-path 78 (defcustom vc-path
78 (if (file-directory-p "/usr/sccs") 79 (if (file-directory-p "/usr/sccs")
79 '("/usr/sccs") 80 '("/usr/sccs")