From: Stefan Monnier Date: Fri, 14 Sep 2007 16:54:16 +0000 (+0000) Subject: (vc-handled-backends): Add Mtn. X-Git-Tag: emacs-pretest-22.1.90~812 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5883dcf11a72d44cfdf6cca05836bcc8ef76916;p=emacs.git (vc-handled-backends): Add Mtn. --- diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 1d28c055770..0af0d7546a7 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -62,7 +62,7 @@ interpreted as hostnames." :type 'regexp :group 'vc) -(defcustom vc-handled-backends '(RCS CVS SVN SCCS Bzr Git Hg Arch MCVS) +(defcustom vc-handled-backends '(RCS CVS SVN SCCS Bzr Git Hg Mtn Arch MCVS) ;; RCS, CVS, SVN and SCCS 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).