author | Bryan O'Sullivan <bos@serpentine.com> |
Tue, 23 Aug 2005 15:30:06 -0700 | |
changeset 1025 | ba08f2ef8cbe |
parent 1012 | d74bcc61be6f |
child 1026 | a5539638c5a3 |
--- a/contrib/mercurial.el Tue Aug 23 15:15:14 2005 -0700 +++ b/contrib/mercurial.el Tue Aug 23 15:30:06 2005 -0700 @@ -846,7 +846,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)