Mercurial > hg
changeset 1025:ba08f2ef8cbe
Merge with MPM.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 23 Aug 2005 15:30:06 -0700 |
parents | d74bcc61be6f |
children | a5539638c5a3 |
files | contrib/mercurial.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)