]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc-hooks.el (vc-handled-backends): Add HG.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 5 Jul 2007 19:48:06 +0000 (19:48 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 5 Jul 2007 19:48:06 +0000 (19:48 +0000)
* vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.

lisp/ChangeLog
lisp/vc-hg.el
lisp/vc-hooks.el

index 653dd2944529ee11374dbdd7b5ca51fff001cf58..f0e38047bda99455f394ac66f5f1ff52ab32a821 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hooks.el (vc-handled-backends): Add HG.
+
+       * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
+
 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * complete.el (PC-do-complete-and-exit): Add support for the new
index 7bfa6953e60a8668761ca9a30253bea33f451933..a301a3ad5d81ab0e992ce45c4a9cd647f7cecb46 100644 (file)
 (eval-when-compile
   (require 'vc))
 
-;; XXX This should be moved to vc-hooks when we can be sure that vc-state
-;; and friends are always harmless.
-(add-to-list 'vc-handled-backends 'HG)
-
 ;;; Customization options
 
 (defcustom vc-hg-global-switches nil
index 22935ab7f3b412efd567adb00cc34bd94e512b38..89d271431faa98e54c4fcd01e380e23e52e9d68a 100644 (file)
@@ -62,7 +62,7 @@ interpreted as hostnames."
   :type 'regexp
   :group 'vc)
 
-(defcustom vc-handled-backends '(RCS CVS SVN SCCS Arch MCVS)
+(defcustom vc-handled-backends '(RCS CVS SVN SCCS HG Arch MCVS)
   ;; Arch and MCVS come last because they are per-tree rather than per-dir.
   "*List of version control backends for which VC will be used.
 Entries in this list will be tried in order to determine whether a