Mercurial > emacs
changeset 78792:76d9105e1528
(vc-handled-backends): Add Mtn.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 14 Sep 2007 16:54:16 +0000 |
parents | 60dfb3143910 |
children | 9d6c14c53c3d |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-hooks.el Fri Sep 14 16:33:47 2007 +0000 +++ b/lisp/vc-hooks.el Fri Sep 14 16:54:16 2007 +0000 @@ -62,7 +62,7 @@ :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).