contrib/mercurial.el
changeset 1026 a5539638c5a3
parent 1024 5b257e419816
parent 1025 ba08f2ef8cbe
child 1027 cb31576ed3e4
--- a/contrib/mercurial.el
+++ b/contrib/mercurial.el
@@ -858,7 +858,6 @@ Variable hg-log-limit controls the numbe
       (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)