diff contrib/mercurial.el @ 1026:a5539638c5a3

Merge with MPM.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 23 Aug 2005 15:42:06 -0700
parents 5b257e419816 ba08f2ef8cbe
children cb31576ed3e4
line wrap: on
line diff
--- a/contrib/mercurial.el	Tue Aug 23 15:27:17 2005 -0700
+++ b/contrib/mercurial.el	Tue Aug 23 15:42:06 2005 -0700
@@ -858,7 +858,6 @@
       (if (> (length path) (length (hg-root path)))
 	  (call-process (hg-binary) nil t nil "log" "-r" rev1 "-r" rev2 path)
 	(call-process (hg-binary) nil t nil "log" "-r" rev1 "-r" rev2))
-      (diff-mode)
       (font-lock-fontify-buffer))))
 
 (defun hg-log-repo (path &optional rev1 rev2)