diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-12-08 06:11:49 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-12-08 06:11:49 -0500 |
commit | 7fb8fc35ebf980ed299ce9dfd1694fa0f1ea169b (patch) | |
tree | 69e17185e659db146b4ae4ec381503abdf5e952d /lisp/vc/vc-hooks.el | |
parent | eb5b08bef5af19203b88d64b9052ad4ad5ea2eba (diff) | |
download | emacs-7fb8fc35ebf980ed299ce9dfd1694fa0f1ea169b.tar.gz emacs-7fb8fc35ebf980ed299ce9dfd1694fa0f1ea169b.tar.bz2 emacs-7fb8fc35ebf980ed299ce9dfd1694fa0f1ea169b.zip |
vc/vc-arch.el: Moved to obsolete directory...
...so a test framework won't trip over bit-rot in it. There has been no
Arch snapshot for nine years.
Diffstat (limited to 'lisp/vc/vc-hooks.el')
-rw-r--r-- | lisp/vc/vc-hooks.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 61918c9886e..9a4fe162843 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -107,7 +107,7 @@ interpreted as hostnames." :type 'regexp :group 'vc) -(defcustom vc-handled-backends '(RCS CVS SVN SCCS SRC Bzr Git Hg Mtn Arch) +(defcustom vc-handled-backends '(RCS CVS SVN SCCS SRC Bzr Git Hg Mtn) ;; RCS, CVS, SVN, SCCS, and SRC come first because they are per-dir ;; rather than per-tree. RCS comes first because of the multibackend ;; support intended to use RCS for local commits (with a remote CVS server). @@ -122,7 +122,8 @@ An empty list disables VC altogether." :group 'vc) ;; Note: we don't actually have a darcs back end yet. -;; Also, Meta-CVS (corresponding to MCVS) is unsupported. +;; Also, Meta-CVS (corresponding to MCVS) and Arch are unsupported. +;; The Arch back end will be retrieved and fixed if it is ever required. (defcustom vc-directory-exclusion-list (purecopy '("SCCS" "RCS" "CVS" "MCVS" ".src" ".svn" ".git" ".hg" ".bzr" "_MTN" "_darcs" "{arch}")) |