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.
This commit is contained in:
parent
eb5b08bef5
commit
7fb8fc35eb
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2014-12-08 Eric S. Raymond <esr@snark.thyrsus.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* net/eww.el (eww-follow-link): Revert prefix behaviour to
|
||||
|
|
|
@ -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}"))
|
||||
|
|
Loading…
Add table
Reference in a new issue