# HG changeset patch # User Bryan O'Sullivan # Date 1124836206 25200 # Node ID ba08f2ef8cbe5e7fd3f92d97e64d9411643fb4e0 # Parent d74bcc61be6fe991ac0c15dd3fff05ecf909b445 Merge with MPM. diff --git a/contrib/mercurial.el b/contrib/mercurial.el --- a/contrib/mercurial.el +++ b/contrib/mercurial.el @@ -846,7 +846,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)